diff --git a/.zuul.yaml b/.zuul.yaml index 598540a1..e222ddcc 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -56,13 +56,15 @@ irrelevant-files: *functest-irrelevant-files - tempest-full-py3: irrelevant-files: *functest-irrelevant-files - - openstack-tox-py313: + - openstack-tox-py313 + - openstack-tox-py314: voting: true gate: jobs: - swiftclient-swift-functional - swiftclient-functional - - openstack-tox-py313: + - openstack-tox-py313 + - openstack-tox-py314: voting: true post: jobs: diff --git a/setup.cfg b/setup.cfg index 9a1c5399..4780b0bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,6 +30,7 @@ classifier = Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.13 + Programming Language :: Python :: 3.14 Programming Language :: Python :: 3 :: Only [files]