Update supported python versions

Python 3.10 was removed from the tested runtimes and is no longer
tested.

Also add -next job to start testing 3.14 .

Change-Id: I06eb42d3ef17a4ef2c01a7164bb701c1b91172b5
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-07-16 23:19:46 +09:00
parent 6a37576bd7
commit 86816e1195
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ authors = [
readme = {file = "README.rst", content-type = "text/x-rst"}
license = "Apache-2.0"
dynamic = ["version", "dependencies"]
requires-python = ">=3.10"
requires-python = ">=3.11"
classifiers = [
"Environment :: OpenStack",
"Intended Audience :: Information Technology",
@@ -21,10 +21,10 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3 :: Only",
"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",
]
[project.urls]
+1
View File
@@ -3,6 +3,7 @@
- check-requirements
- openstack-cover-jobs
- openstack-python3-jobs
- openstack-python3-next-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check: