Skip to content

Commit

Permalink
Test against Python 3.10 and PyPy3.7
Browse files Browse the repository at this point in the history
See <actions/setup-python#244> for the latter.
  • Loading branch information
jwodder committed Oct 7, 2021
1 parent 655b0f7 commit 858afb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- 'pypy3'
- '3.10'
- 'pypy-3.7'
toxenv: [py]
include:
- python-version: '3.6'
Expand All @@ -38,7 +39,7 @@ jobs:
os: ubuntu-latest
exclude:
# venv seems to be broken on pypy3 under Windows.
- python-version: 'pypy3'
- python-version: 'pypy-3.7'
toxenv: py
os: windows-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
License :: OSI Approved :: MIT License
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = typing,py36,py37,py38,py39,pypy3
envlist = typing,py36,py37,py38,py39,py310,pypy3
skip_missing_interpreters = True
isolated_build = True
minversion = 3.3.0
Expand Down

0 comments on commit 858afb2

Please sign in to comment.