Skip to content

Commit 53a55e6

Browse files
committed
Support Python 3.9
1 parent f223021 commit 53a55e6

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
python: 3.7
2323
- stage: test
2424
python: 3.8
25+
- stage: test
26+
python: 3.9-dev

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def read(fname):
3232
"Programming Language :: Python :: 3.6",
3333
"Programming Language :: Python :: 3.7",
3434
"Programming Language :: Python :: 3.8",
35+
"Programming Language :: Python :: 3.9",
3536
"Topic :: Software Development :: Quality Assurance",
3637
"Topic :: Software Development :: Testing",
3738
],

0 commit comments

Comments
 (0)