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
Use py 1.11.0 to support Python 3.11.0a1.
  • Loading branch information
hroncok committed Nov 5, 2021
1 parent 2e935ca commit ad66b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion requirements/tests.txt
Expand Up @@ -12,7 +12,7 @@ packaging==21.2
# via pytest
pluggy==1.0.0
# via pytest
py==1.10.0
py==1.11.0
# via pytest
pyparsing==2.4.7
# via packaging
Expand Down

0 comments on commit ad66b79

Please sign in to comment.