We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4adce6 commit 7380484Copy full SHA for 7380484
.travis.yml
@@ -6,8 +6,8 @@ matrix:
6
- python: 3.5
7
- python: 3.6
8
- python: 3.7
9
- dist: xenial
10
- sudo: true
+ - python: 3.8
+ - python: 3.9
11
- python: nightly
12
- python: pypy3
13
allow_failures:
setup.cfg
@@ -12,6 +12,8 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
14
Programming Language :: Python :: 3.7
15
+ Programming Language :: Python :: 3.8
16
+ Programming Language :: Python :: 3.9
17
Topic :: Software Development :: Libraries
18
19
[options]
0 commit comments