summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-10-14 15:08:58 -0500
committerGhanshyam <gmann@ghanshyammann.com>2022-11-22 19:48:27 +0000
commit059398398fb13675e1544b965680974131d8677d (patch)
tree04adef67812cc86840c3775abc81b223c8552772 /setup.cfg
parent2af1d0c51431b3a773e1e52158b9cf43e4645fdd (diff)
downloadpython-novaclient-059398398fb13675e1544b965680974131d8677d.tar.gz
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. Currently we have py3.8 unit test job running on focal and python 3.10 job on Jammy. Change-Id: I4ec8e9663ddf41aa5d3858446e4e382db041ce48
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 7982b664..dafd50f7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3
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