Skip to content

Commit 1f37002

Browse files
committed
ci: test on Python 3.10
1 parent d5e782d commit 1f37002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
python-check:
77
strategy:
88
matrix:
9-
python-version: [3.6, 3.7, 3.8, 3.9]
9+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1010
platform: [ubuntu-latest, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:

0 commit comments

Comments
 (0)