From feb3e28a00eeab0d4dbf097dd801aff3adeb10d6 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 14 Oct 2022 15:09:45 -0500 Subject: [PATCH] Update python classifier for python 3.10 In 2023.1 cycle, we are testing the python 3.10 as voting job so updating the python classifier. Change-Id: I340c40a96369f787526661d2ccca97e757eac51d --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ac5e6f1..6af4ae1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython diff --git a/tox.ini b/tox.ini index 215c425..d329c5d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18.0 -envlist = py39,pep8 +envlist = py3,pep8 ignore_basepython_conflict = true [testenv]