We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6f6d5 commit 583b01eCopy full SHA for 583b01e
1 file changed
zuul.d/openstack-shadow/openstack-tox.yaml
@@ -67,3 +67,20 @@
67
# job and new tox 4 require some changes in tox.ini to be compatible with it. Let's
68
# pin tox <4 for stable branches testing (<=(stable|unmaintained)/zed).
69
ensure_tox_version: '<4'
70
+
71
+- job:
72
+ name: openstack-tox-py312
73
+ parent: openstack-tox
74
+ nodeset: ubuntu-noble
75
+ timeout: 10800
76
+ description: |
77
78
+ Run unit tests for an OpenStack Python project under cPython
79
+ version 3.12.
80
81
+ Uses tox with the ``py312`` environment.
82
+ irrelevant-files: *common-irrelevant-files
83
+ vars:
84
+ tox_envlist: py312
85
+ bindep_profile: test py312
86
+ python_version: '3.12'
0 commit comments