Skip to content

Commit 8bcb35d

Browse files
committed
Add 3.9 to build linux wheels, and to tox
1 parent 57b03b8 commit 8bcb35d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude = .eggs,.git,.tox,build,dist,docs,venv*
33
select = E4,E9,W1,W2,W3,W6
44

55
[tox:tox]
6-
envlist = py36,py37,py38,pypy3
6+
envlist = py36,py37,py38,py39,pypy3
77

88
[tox:testenv]
99
deps = pytest

travis/build-manylinux-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ then
2121
exit 1
2222
fi
2323

24-
PYTHONS="cp36-cp36m cp37-cp37m cp38-cp38"
24+
PYTHONS="cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39"
2525

2626

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

0 commit comments

Comments
 (0)