Skip to content

Commit

Permalink
ci: test on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrodrigues committed Dec 22, 2021
1 parent d5e782d commit 1f37002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
python-check:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 1f37002

Please sign in to comment.