File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 zuul_work_dir : src/opendev.org/openstack/python-openstackclient
2424
2525- job :
26- name : osc-tox-py39 -tips
27- parent : openstack-tox-py39
26+ name : osc-tox-py310 -tips
27+ parent : openstack-tox-py310
2828 description : |
2929 Run unit tests for OpenStackClient with master branch of important libs.
3030
4343 zuul_work_dir : src/opendev.org/openstack/python-openstackclient
4444
4545- job :
46- name : osc-tox-py312 -tips
47- parent : openstack-tox-py312
46+ name : osc-tox-py313 -tips
47+ parent : openstack-tox-py313
4848 description : |
4949 Run unit tests for OpenStackClient with master branch of important libs.
5050
155155 name : osc-tox-unit-tips
156156 check :
157157 jobs :
158- - osc-tox-py39 -tips
159- - osc-tox-py312 -tips
158+ - osc-tox-py310 -tips
159+ - osc-tox-py313 -tips
160160 gate :
161161 jobs :
162- - osc-tox-py39 -tips
163- - osc-tox-py312 -tips
162+ - osc-tox-py310 -tips
163+ - osc-tox-py313 -tips
164164
165165- project :
166166 templates :
Original file line number Diff line number Diff line change 1+ ---
2+ upgrade :
3+ - |
4+ Support for Python 3.9 has been dropped.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description_content_type = text/x-rst
77author = OpenStack
88author_email = openstack-discuss@lists.openstack.org
99home_page = https://docs.openstack.org/python-openstackclient/latest/
10- python_requires = >=3.9
10+ python_requires = >=3.10
1111classifier =
1212 Environment :: OpenStack
1313 Intended Audience :: Information Technology
@@ -16,10 +16,10 @@ classifier =
1616 Operating System :: POSIX :: Linux
1717 Programming Language :: Python
1818 Programming Language :: Python :: 3
19- Programming Language :: Python :: 3.9
2019 Programming Language :: Python :: 3.10
2120 Programming Language :: Python :: 3.11
2221 Programming Language :: Python :: 3.12
22+ Programming Language :: Python :: 3.13
2323
2424[files]
2525packages =
You can’t perform that action at this time.
0 commit comments