Skip to content

Commit

Permalink
Add python 3.10 to CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Jan 7, 2022
1 parent 0154c3f commit 581e81a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- os: windows-latest
python: '3.9'
tox_env: 'py39-test-alldeps'
- os: ubuntu-latest
python: '3.10'
tox_env: 'py310-test-alldeps'
- os: ubuntu-latest
python: '3.9'
tox_env: 'py39-test'
Expand Down

0 comments on commit 581e81a

Please sign in to comment.