We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f223021 commit 53a55e6Copy full SHA for 53a55e6
2 files changed
.travis.yml
@@ -22,3 +22,5 @@ jobs:
22
python: 3.7
23
- stage: test
24
python: 3.8
25
+ - stage: test
26
+ python: 3.9-dev
setup.py
@@ -32,6 +32,7 @@ def read(fname):
32
"Programming Language :: Python :: 3.6",
33
"Programming Language :: Python :: 3.7",
34
"Programming Language :: Python :: 3.8",
35
+ "Programming Language :: Python :: 3.9",
36
"Topic :: Software Development :: Quality Assurance",
37
"Topic :: Software Development :: Testing",
38
],
0 commit comments