Skip to content

Commit 2059852

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update python tested versions for hibiscus"
2 parents fde485e + 3cb77a0 commit 2059852

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.zuul.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- cinder-mypy
1515
- cinder-tox-bandit-baseline:
1616
voting: false
17-
- openstack-tox-functional-py310:
17+
- openstack-tox-functional-py311:
1818
irrelevant-files: &functional-irrelevant-files
1919
- ^.*\.rst$
2020
- ^cinder/locale/.*$
@@ -25,6 +25,10 @@
2525
- ^reno.yaml$
2626
- openstack-tox-functional-py313:
2727
irrelevant-files: *functional-irrelevant-files
28+
# Python 3.14 testing is optional but encouraged in Hibiscus
29+
- openstack-tox-functional-py314:
30+
irrelevant-files: *functional-irrelevant-files
31+
voting: false
2832
- cinder-rally-task:
2933
voting: false
3034
irrelevant-files: *functional-irrelevant-files

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
readme = {file = "README.rst", content-type = "text/x-rst"}
1212
license = {text = "Apache-2.0"}
1313
dynamic = ["version", "dependencies"]
14-
requires-python = ">=3.10"
14+
requires-python = ">=3.11"
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Environment :: Console",
@@ -20,7 +20,6 @@ classifiers = [
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",
@@ -161,7 +160,7 @@ packages = [
161160
]
162161

163162
[tool.mypy]
164-
python_version = "3.10"
163+
python_version = "3.11"
165164
show_column_numbers = true
166165
show_error_context = true
167166
ignore_missing_imports = true

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ allowlist_externals =
3535
setenv =
3636
OS_TEST_PATH = ./cinder/tests/functional
3737

38-
[testenv:functional-py{3,310,311,312,313}]
38+
[testenv:functional-py{3,311,312,313,314}]
3939
setenv =
4040
{[testenv:functional]setenv}
4141

0 commit comments

Comments
 (0)