Skip to content

Commit

Permalink
ci: run tests on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jan 21, 2022
1 parent e2c2f92 commit 6e93962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']

steps:

Expand Down

0 comments on commit 6e93962

Please sign in to comment.