From ef4b190eca6173593f329f2292170cf135209f6f Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Mon, 7 Jun 2021 19:42:23 +1000 Subject: [PATCH] Added Python 3.9 support (#9) --- .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 35d445e..2d5151c 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,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 03d7658..2a118c5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36, py37, py38, cov, cov_local_37, cov_local_38 +envlist = py36, py37, py38, py39, cov, cov_local_37, cov_local_38 [testenv] deps=