Skip to content

Commit f213c4d

Browse files
anfimovirdc0809
authored andcommitted
Drop Python 3.10
Python 3.11 is the minimum supported runtime for 2026.2 (Hibiscus). Add support for Python 3.14. https://governance.openstack.org/tc/reference/runtimes/2026.2.html Change-Id: Id878e4646ac57bb8ad8807c673a76bc175772394 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
1 parent 13c0dcf commit f213c4d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ readme = {file = "README.rst", content-type = "text/x-rst"}
1212
license = "Apache-2.0"
1313
license-files = ["LICENSE"]
1414
dynamic = ["version", "dependencies"]
15-
requires-python = ">=3.10"
15+
requires-python = ">=3.11"
1616
classifiers = [
1717
"Environment :: OpenStack",
1818
"Intended Audience :: Information Technology",
1919
"Intended Audience :: System Administrators",
2020
"Operating System :: POSIX :: Linux",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.10",
2423
"Programming Language :: Python :: 3.11",
2524
"Programming Language :: Python :: 3.12",
2625
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2727
"Programming Language :: Python :: 3 :: Only",
2828
]
2929

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
upgrade:
3+
- Support for Python 3.10 has been dropped.
4+
5+
features:
6+
- Added support for Python 3.14.

0 commit comments

Comments
 (0)