File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 zuul_work_dir : src/opendev.org/openstack/python-openstackclient
1919
2020- job :
21- name : osc-tox-py38 -tips
22- parent : openstack-tox-py38
21+ name : osc-tox-py39 -tips
22+ parent : openstack-tox-py39
2323 description : |
2424 Run unit tests for OpenStackClient with master branch of important libs.
2525
201201 name : osc-tox-unit-tips
202202 check :
203203 jobs :
204- - osc-tox-py38 -tips
204+ - osc-tox-py39 -tips
205205 - osc-tox-py312-tips
206206 gate :
207207 jobs :
208- - osc-tox-py38 -tips
208+ - osc-tox-py39 -tips
209209 - osc-tox-py312-tips
210210
211211- project :
Original file line number Diff line number Diff line change 1+ ---
2+ upgrade :
3+ - |
4+ Support for Python 3.8 has been dropped.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description_file =
66author = OpenStack
77author_email = openstack-discuss@lists.openstack.org
88home_page = https://docs.openstack.org/python-openstackclient/latest/
9- python_requires = >=3.8
9+ python_requires = >=3.9
1010classifier =
1111 Environment :: OpenStack
1212 Intended Audience :: Information Technology
@@ -15,7 +15,6 @@ classifier =
1515 Operating System :: POSIX :: Linux
1616 Programming Language :: Python
1717 Programming Language :: Python :: 3
18- Programming Language :: Python :: 3.8
1918 Programming Language :: Python :: 3.9
2019 Programming Language :: Python :: 3.10
2120 Programming Language :: Python :: 3.11
You can’t perform that action at this time.
0 commit comments