Skip to content

Commit

Permalink
Update CI for py3.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sco1 committed Oct 5, 2021
1 parent 219bc47 commit 17216b0
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_test.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
fail-fast: false

steps:
Expand Down

0 comments on commit 17216b0

Please sign in to comment.