Merge pull request #282 from p1c2u/feature/python-3.8-3.9-support

Python 3.8 and 3.9 support
This commit is contained in:
A 2021-01-31 13:37:51 +00:00 committed by GitHub
commit bdf165142b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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]