Skip to content

Commit 583ebca

Browse files
committed
Test Python 3.10 on GH Actions
1 parent ac8aa2a commit 583ebca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, macos-latest, windows-latest]
9-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 'pypy-3.7']
9+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', 'pypy-3.7']
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- run: git config --global core.autocrlf input

0 commit comments

Comments
 (0)