Skip to content

Commit 652d920

Browse files
committed
support Python3.9
1 parent ab8bd84 commit 652d920

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ python:
33
- 3.6
44
- 3.7
55
- 3.8
6-
- pypy
6+
- 3.9
7+
- pypy3
78

89
install:
910
- pip install tox tox-travis

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ skipsdist = True
33
envlist =
44
py36,
55
py37,
6-
py38
6+
py38,
7+
py39
78

89
[testenv]
910
deps=

0 commit comments

Comments
 (0)