Merge "Drop support for Python 3.6, 3.7, 3.8 and 3.9"
This commit is contained in:
@@ -6,7 +6,7 @@ description_file =
|
||||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://www.openstack.org/
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.10
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
@@ -15,9 +15,10 @@ classifier =
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
Programming Language :: Python :: 3.13
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
but with magnum added as a required-projects. This checks out
|
||||
the project code and allows tox_install_siblings to use magnum
|
||||
when building the venv.
|
||||
py39 is in Zed/2023.2/2024.1/2024.2/2025.1 PTI
|
||||
py310 is in 2023.1/2023.2/2024.1/2024.2/2025.1/2025.2/2026.1 PTI
|
||||
py311 is in 2024.1/2024.2/2025.1/2025.2/2026.1 PTI
|
||||
py312 is in 2025.1/2025.2/2026.1 PTI
|
||||
@@ -28,12 +27,6 @@
|
||||
- openstack-tox-pep8:
|
||||
required-projects:
|
||||
- openstack/magnum
|
||||
- openstack-tox-py39:
|
||||
required-projects:
|
||||
- name: openstack/magnum
|
||||
override-checkout: stable/2025.1
|
||||
- name: openstack/requirements
|
||||
override-checkout: stable/2025.1
|
||||
- openstack-tox-py310:
|
||||
required-projects:
|
||||
- name: openstack/magnum
|
||||
@@ -57,12 +50,6 @@
|
||||
- openstack-tox-pep8:
|
||||
required-projects:
|
||||
- openstack/magnum
|
||||
- openstack-tox-py39:
|
||||
required-projects:
|
||||
- name: openstack/magnum
|
||||
override-checkout: stable/2025.1
|
||||
- name: openstack/requirements
|
||||
override-checkout: stable/2025.1
|
||||
- openstack-tox-py310:
|
||||
required-projects:
|
||||
- name: openstack/magnum
|
||||
@@ -84,4 +71,3 @@
|
||||
post:
|
||||
jobs:
|
||||
- publish-openstack-python-branch-tarball
|
||||
|
||||
|
||||
Reference in New Issue
Block a user