diff --git a/.travis.yml b/.travis.yml index 6606c9b..5f2f80a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/setup.cfg b/setup.cfg index 710f06a..9f7298d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]