Drop Python 3.10
Python 3.11 is the minimum runtime for 2026.2 (Hibiscus) and add Python 3.14. https://governance.openstack.org/tc/reference/runtimes/2026.2.html Change-Id: Ibedb52fb736fd65d1fa2c10da603dc3cacd71306 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@ authors = [
|
||||
readme = {file = "README.rst", content-type = "text/x-rst"}
|
||||
license = {text = "Apache-2.0"}
|
||||
dynamic = ["version", "dependencies"]
|
||||
requires-python = ">=3.10"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
"Environment :: OpenStack",
|
||||
"Intended Audience :: Information Technology",
|
||||
@@ -20,10 +20,10 @@ classifiers = [
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user