We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fde485e + 3cb77a0 commit 2059852Copy full SHA for 2059852
3 files changed
.zuul.yaml
@@ -14,7 +14,7 @@
14
- cinder-mypy
15
- cinder-tox-bandit-baseline:
16
voting: false
17
- - openstack-tox-functional-py310:
+ - openstack-tox-functional-py311:
18
irrelevant-files: &functional-irrelevant-files
19
- ^.*\.rst$
20
- ^cinder/locale/.*$
@@ -25,6 +25,10 @@
25
- ^reno.yaml$
26
- openstack-tox-functional-py313:
27
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
32
- cinder-rally-task:
33
34
pyproject.toml
@@ -11,7 +11,7 @@ authors = [
11
readme = {file = "README.rst", content-type = "text/x-rst"}
12
license = {text = "Apache-2.0"}
13
dynamic = ["version", "dependencies"]
-requires-python = ">=3.10"
+requires-python = ">=3.11"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
@@ -20,7 +20,6 @@ classifiers = [
"Operating System :: POSIX :: Linux",
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 3",
23
- "Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
@@ -161,7 +160,7 @@ packages = [
161
160
]
162
163
[tool.mypy]
164
-python_version = "3.10"
+python_version = "3.11"
165
show_column_numbers = true
166
show_error_context = true
167
ignore_missing_imports = true
tox.ini
@@ -35,7 +35,7 @@ allowlist_externals =
35
setenv =
36
OS_TEST_PATH = ./cinder/tests/functional
37
38
-[testenv:functional-py{3,310,311,312,313}]
+[testenv:functional-py{3,311,312,313,314}]
39
40
{[testenv:functional]setenv}
41
0 commit comments