From 1144576038c9a1908e1df480d8dbe8bd811e7d88 Mon Sep 17 00:00:00 2001 From: Christian Sauer Date: Tue, 23 Feb 2021 16:55:30 -0500 Subject: [PATCH] update python versions --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c779971..c625696 100644 --- a/setup.py +++ b/setup.py @@ -116,9 +116,9 @@ class TestUploadCommand(UploadCommand): # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy' ], diff --git a/tox.ini b/tox.ini index 059260e..14fe639 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36, py37, py38 +envlist = py37, py38, py39 tox_pyenv_fallback=False [testenv]