From 190e8cfd8ba0854a233ef3f2b9318c64a1b05153 Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Wed, 9 Jun 2021 18:17:31 +1000 Subject: [PATCH] Added Python 3.9 support (#4) --- .travis.yml | 6 +++++- setup.py | 1 + tox.ini | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5124b5..1011cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,11 @@ matrix: sudo: true - python: "3.8" env: TOXENV=py38 - dist: xenial + dist: bionic + sudo: true + - python: "3.9" + env: TOXENV=py39 + dist: bionic sudo: true install: pip install -U tox coveralls diff --git a/setup.py b/setup.py index 85f090c..3c563ba 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ], diff --git a/tox.ini b/tox.ini index 5e916da..1997329 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36, py37, py38, cov, cov_local +envlist = py36, py37, py38, py39, cov, cov_local [testenv] deps=