We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b49327 + 0b9001b commit 826dd0bCopy full SHA for 826dd0b
.travis.yml
@@ -10,8 +10,7 @@ matrix:
10
- python: 3.6
11
- python: 3.7
12
- python: 3.8
13
- dist: xenial
14
- sudo: true
+ - python: 3.9
15
- python: nightly
16
- python: pypy3
17
allow_failures:
setup.py
@@ -98,5 +98,7 @@ def run_tests(self):
98
"Programming Language :: Python :: 3.5",
99
"Programming Language :: Python :: 3.6",
100
"Programming Language :: Python :: 3.7",
101
+ "Programming Language :: Python :: 3.8",
102
+ "Programming Language :: Python :: 3.9",
103
],
104
)
0 commit comments