Skip to content

Commit

Permalink
Add 3.9 to build linux wheels, and to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Nov 6, 2020
1 parent 57b03b8 commit 8bcb35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exclude = .eggs,.git,.tox,build,dist,docs,venv*
select = E4,E9,W1,W2,W3,W6

[tox:tox]
envlist = py36,py37,py38,pypy3
envlist = py36,py37,py38,py39,pypy3

[tox:testenv]
deps = pytest
Expand Down
2 changes: 1 addition & 1 deletion travis/build-manylinux-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ then
exit 1
fi

PYTHONS="cp36-cp36m cp37-cp37m cp38-cp38"
PYTHONS="cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39"


# Avoid creation of __pycache__/*.py[c|o]
Expand Down

0 comments on commit 8bcb35d

Please sign in to comment.