summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2023-03-30 14:42:31 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2023-03-30 14:42:31 +0900
commit668d85fa8a6c7ee2898ce71f8d531f1257d55b64 (patch)
treec3eeaf3e5d7fc5ac26ed81b7e2d38941c7f4b5d4
parent08a68161314c6d2c2dac89553372f612bff977d7 (diff)
downloadpython-heatclient-master.tar.gz
Add Python 3.10 to supported runtime.HEAD3.3.0master
Python 3.10 has been tested since 2023.1[1]. [1] https://governance.openstack.org/tc/reference/runtimes/2023.1.html Change-Id: I0467f47d436267aadcee4e7c8295c6366531fe3e
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9e90fd9..2459ef4 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