diff --git a/.zuul.yaml b/.zuul.yaml index eeeed4aa9..c8f85a0dc 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,9 +1,6 @@ - job: - name: openstack-tox-py311-with-neutron - parent: openstack-tox-py311 - # TODO(ykarel) Can switch to voting in next cycle(E) - # if job found to be stable - voting: false + name: openstack-tox-py312-with-neutron + parent: openstack-tox-py312 timeout: 3600 vars: zuul_work_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/neutron'].src_dir }}" @@ -22,8 +19,8 @@ - neutron-tempest-plugin-jobs check: jobs: - - openstack-tox-py311-with-neutron - - openstack-tox-py311-with-sqlalchemy-master + - openstack-tox-py312-with-neutron + - openstack-tox-py312-with-sqlalchemy-master - neutron-functional-with-uwsgi: required-projects: - openstack/neutron-lib diff --git a/setup.cfg b/setup.cfg index 61ff80b39..0bcd9310b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/neutron-lib/latest/ -python_requires = >=3.8 +python_requires = >=3.9 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -15,8 +15,10 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - 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 [files] packages =