Merge "Drop support for Python 3.8"
This commit is contained in:
commit
e60ca0f898
@ -18,8 +18,8 @@
|
|||||||
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: osc-tox-py38-tips
|
name: osc-tox-py39-tips
|
||||||
parent: openstack-tox-py38
|
parent: openstack-tox-py39
|
||||||
description: |
|
description: |
|
||||||
Run unit tests for OpenStackClient with master branch of important libs.
|
Run unit tests for OpenStackClient with master branch of important libs.
|
||||||
|
|
||||||
@ -201,11 +201,11 @@
|
|||||||
name: osc-tox-unit-tips
|
name: osc-tox-unit-tips
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- osc-tox-py38-tips
|
- osc-tox-py39-tips
|
||||||
- osc-tox-py312-tips
|
- osc-tox-py312-tips
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- osc-tox-py38-tips
|
- osc-tox-py39-tips
|
||||||
- osc-tox-py312-tips
|
- osc-tox-py312-tips
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
4
releasenotes/notes/drop-python-38-9dcbd2b2b51f24f2.yaml
Normal file
4
releasenotes/notes/drop-python-38-9dcbd2b2b51f24f2.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Support for Python 3.8 has been dropped.
|
@ -6,7 +6,7 @@ description_file =
|
|||||||
author = OpenStack
|
author = OpenStack
|
||||||
author_email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
home_page = https://docs.openstack.org/python-openstackclient/latest/
|
home_page = https://docs.openstack.org/python-openstackclient/latest/
|
||||||
python_requires = >=3.8
|
python_requires = >=3.9
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
@ -15,7 +15,6 @@ classifier =
|
|||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.8
|
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
Programming Language :: Python :: 3.11
|
Programming Language :: Python :: 3.11
|
||||||
|
Loading…
Reference in New Issue
Block a user