Skip to content

Commit

Permalink
enable py39 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antocuni committed Oct 18, 2021
1 parent 6413411 commit 7d874a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- python-version: '3.8'
toxenv: 'py38-test'

- python-version: '3.9'
toxenv: 'py39-test'

- python-version: 'pypy-3.7'
toxenv: 'pypy3-test'

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
# nopyx is a special env where Cython is NOT installed, and thus we run
# pure-python tests
envlist = nopyx-test,py27-{test,bench},py35-test,py36-test,py37-test,py38-test,pypy-{test,bench},pypy3-{test},docs
envlist = nopyx-test,py27-{test,bench},py35-test,py36-test,py37-test,py38-test,py39-test,pypy-{test,bench},pypy3-{test},docs

[testenv]
setenv =
Expand Down

0 comments on commit 7d874a4

Please sign in to comment.