Skip to content

Commit

Permalink
Add Python 3.10 and 3.11 to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Nov 5, 2021
1 parent 2e935ca commit b691e64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -27,6 +27,8 @@ jobs:
- {name: Linux, python: '3.9', os: ubuntu-latest, tox: py39}
- {name: Windows, python: '3.9', os: windows-latest, tox: py39}
- {name: Mac, python: '3.9', os: macos-latest, tox: py39}
- {name: '3.11', python: '3.11-dev', os: ubuntu-latest, tox: py311}
- {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310}
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
- {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
Expand Down

0 comments on commit b691e64

Please sign in to comment.