Skip to content

Commit

Permalink
CI: Add python 3.10 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fviard committed Sep 26, 2021
1 parent 27d8fb0 commit 7c851cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10-dev']
env:
cache-revision: 1
steps:
Expand Down

0 comments on commit 7c851cd

Please sign in to comment.