From 5e7853914ba0d42a5e5d9f1999b1c52ac8e8cb5c Mon Sep 17 00:00:00 2001 From: songwenping Date: Tue, 21 Dec 2021 10:35:26 +0000 Subject: [PATCH] Update python testing classifier * Removing deprecated python version py36 py37 * Adding py39 py310 py311 See testing runtime: https://governance.openstack.org/tc/reference/runtimes/ Change-Id: I4b822fdb2c7c8ce24f938209d0ca8bb192dcb106 --- setup.cfg | 5 +++-- tox.ini | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 80f3d04..429d353 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,8 +15,9 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 [files] packages = diff --git a/tox.ini b/tox.ini index a6d0546..d02d6e6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py37,pep8 +envlist = py3,pep8 ignore_basepython_conflict = True [testenv]