Test on py310 and py311

Note that there are already many openstack projects using pbr on these
platforms, seemingly successfully.

Change-Id: If49434ff0b60b5382f374635ccaf2ac2e6489db9
This commit is contained in:
Tim Burke 2024-01-18 13:51:41 -08:00
parent 11151154b9
commit 049282adbb
2 changed files with 6 additions and 0 deletions

View File

@ -127,6 +127,8 @@
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310
- openstack-tox-py311
- pbr-installation-openstack
- pbr-installation-openstack-focal
- pbr-installation-openstack-pip-dev
@ -154,6 +156,8 @@
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310
- openstack-tox-py311
- pbr-installation-openstack
- pbr-installation-openstack-focal
- pbr-installation-openstack-pip-dev

View File

@ -27,6 +27,8 @@ classifiers =
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
[options]
python_requires = >=2.6