Skip to content

Commit

Permalink
Merge pull request #1531 from pallets/test-3.11
Browse files Browse the repository at this point in the history
test Python 3.11
  • Loading branch information
davidism committed Nov 5, 2021
2 parents 7e98f23 + aa27de3 commit acd4e34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -27,6 +27,7 @@ jobs:
- {name: Linux, python: '3.10', os: ubuntu-latest, tox: py310}
- {name: Windows, python: '3.10', os: windows-latest, tox: py310}
- {name: Mac, python: '3.10', os: macos-latest, tox: py310}
- {name: '3.11-dev', python: '3.11-dev', os: ubuntu-latest, tox: py311}
- {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39}
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Expand Up @@ -66,7 +66,7 @@ pluggy==1.0.0
# tox
pre-commit==2.15.0
# via -r requirements/dev.in
py==1.10.0
py==1.11.0
# via
# pytest
# tox
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
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py{310,39,38,37,36,py37}
py{311,310,39,38,37,36,py37}
style
typing
docs
Expand Down

0 comments on commit acd4e34

Please sign in to comment.