Python 3.8 3.9 support

This commit is contained in:
p1c2u 2021-01-31 13:28:56 +00:00
parent c4adce63d8
commit 73804849be
2 changed files with 4 additions and 2 deletions

View file

@ -6,8 +6,8 @@ matrix:
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
- python: 3.9
- python: nightly
- python: pypy3
allow_failures:

View file

@ -12,6 +12,8 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries
[options]