Skip to content

Commit 9701dbc

Browse files
authored
Start to support py38 (#278)
1 parent 995dab2 commit 9701dbc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def run_tests(self):
8484
"Programming Language :: Python :: 3.5",
8585
"Programming Language :: Python :: 3.6",
8686
"Programming Language :: Python :: 3.7",
87+
"Programming Language :: Python :: 3.8",
8788
"Topic :: Software Development"
8889
]
8990
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py34, py35, py36, py37, py37-flake8-src, py37-flake8-other
2+
envlist = py27, py34, py35, py36, py37, py38, py37-flake8-src, py37-flake8-other
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)