Skip to content

Commit 055d26b

Browse files
committed
Add python 3.9 support
1 parent 7502b9d commit 055d26b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
- python: "3.6"
88
- python: "3.7"
99
- python: "3.8"
10+
- python: "3.9"
1011
- python: "3.7"
1112
arch: arm64
1213
- python: "3.7"

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifier =
1717
Programming Language :: Python :: 3.6
1818
Programming Language :: Python :: 3.7
1919
Programming Language :: Python :: 3.8
20+
Programming Language :: Python :: 3.9
2021
Programming Language :: Python :: 3 :: Only
2122
Topic :: Software Development
2223
Topic :: Software Development :: Build Tools

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
minversion = 1.6
33
skipsdist = True
4-
envlist = py36,py37,py38,lint,cov
4+
envlist = py36,py37,py38,py39,lint,cov
55

66
[testenv]
77
deps = .

0 commit comments

Comments
 (0)