Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test Python 3.11 #1531

Merged
merged 2 commits into from Nov 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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