diff --git a/.zuul.yaml b/.zuul.yaml index e613dbb..7c41824 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,3 +3,7 @@ - openstack-python3-jobs - openstack-cover-jobs - publish-openstack-docs-pti + check: + jobs: + - openstack-tox-py313: + voting: false diff --git a/setup.cfg b/setup.cfg index 7f6fc2d..16a8b9e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython