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.10 release candidate #414

Merged
merged 2 commits into from Aug 9, 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
2 changes: 1 addition & 1 deletion .github/workflows/codeqa-test.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-10.15, windows-latest]
python-version: [2.7, 3.6, 3.9, pypy2, pypy3]
python-version: ["2.7", "3.6", "3.9", "3.10-dev", pypy2, pypy3]
exclude:
- os: macos-11.0
python-version: pypy2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py35, py36, py37, py38, py39, pypy, pypy3, flake8
envlist = py27, py35, py36, py37, py38, py39, py310, pypy, pypy3, flake8
minversion = 3.3.0
skip_missing_interpreters = true

Expand Down