From 73804849befd772854241085e5bf39beac085e82 Mon Sep 17 00:00:00 2001 From: p1c2u Date: Sun, 31 Jan 2021 13:28:56 +0000 Subject: [PATCH] Python 3.8 3.9 support --- .travis.yml | 4 ++-- setup.cfg | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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]