File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 # on-demand pipeline used to test older (but still supported) versions of python,
3838 # as well as intermediate releases that the openstack-python3-jobs might skip
3939 jobs :
40- - openstack-tox-py37
40+ - openstack-tox-py37 :
41+ nodeset : ubuntu-jammy
42+ vars :
43+ python_use_pyenv : True
4144 - openstack-tox-py38
4245 - openstack-tox-py39
4346 - openstack-tox-py311
47+ - openstack-tox-py312
4448 check :
4549 jobs :
4650 - swiftclient-functional :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ passenv = SWIFT_*
2424commands =
2525 python -m flake8 swiftclient test
2626
27- [testenv:{py36, py37,py38}]
27+ [testenv:{py37,py38,py39 }]
2828# Drop the use of constraints; most dependencies have dropped support for
2929# these versions already, and have updated their metadata to reflect that
3030deps = -r{toxinidir}/requirements.txt
You can’t perform that action at this time.
0 commit comments