Skip to content

Commit 32c2f8c

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Drop Python 3.10"
2 parents a224469 + f213c4d commit 32c2f8c

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)