Merge "Drop support for Python 3.9"
This commit is contained in:
16
.zuul.yaml
16
.zuul.yaml
@@ -23,8 +23,8 @@
|
|||||||
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: osc-tox-py39-tips
|
name: osc-tox-py310-tips
|
||||||
parent: openstack-tox-py39
|
parent: openstack-tox-py310
|
||||||
description: |
|
description: |
|
||||||
Run unit tests for OpenStackClient with master branch of important libs.
|
Run unit tests for OpenStackClient with master branch of important libs.
|
||||||
|
|
||||||
@@ -43,8 +43,8 @@
|
|||||||
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: osc-tox-py312-tips
|
name: osc-tox-py313-tips
|
||||||
parent: openstack-tox-py312
|
parent: openstack-tox-py313
|
||||||
description: |
|
description: |
|
||||||
Run unit tests for OpenStackClient with master branch of important libs.
|
Run unit tests for OpenStackClient with master branch of important libs.
|
||||||
|
|
||||||
@@ -155,12 +155,12 @@
|
|||||||
name: osc-tox-unit-tips
|
name: osc-tox-unit-tips
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- osc-tox-py39-tips
|
- osc-tox-py310-tips
|
||||||
- osc-tox-py312-tips
|
- osc-tox-py313-tips
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- osc-tox-py39-tips
|
- osc-tox-py310-tips
|
||||||
- osc-tox-py312-tips
|
- osc-tox-py313-tips
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
|
4
releasenotes/notes/drop-python-39-fc95c2d17a862e3e.yaml
Normal file
4
releasenotes/notes/drop-python-39-fc95c2d17a862e3e.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Support for Python 3.9 has been dropped.
|
@@ -7,7 +7,7 @@ description_content_type = text/x-rst
|
|||||||
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.9
|
python_requires = >=3.10
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
@@ -16,10 +16,10 @@ 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.9
|
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
Programming Language :: Python :: 3.11
|
Programming Language :: Python :: 3.11
|
||||||
Programming Language :: Python :: 3.12
|
Programming Language :: Python :: 3.12
|
||||||
|
Programming Language :: Python :: 3.13
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
Reference in New Issue
Block a user