Add python3.9 support in testing runtime

In 2023.2 cycle testing runtime, project test in py38 py39 and py10

[1] https://governance.openstack.org/tc/reference/runtimes/2023.2.html

Change-Id: I2573fdd15c73d1b1a3fe8587bc1a16ecf3fd8ceb
This commit is contained in:
likui 2023-08-02 09:25:21 +08:00 committed by Michael Johnson
parent d7bca3562e
commit 4796812543
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- check-requirements
- designate-devstack-jobs
- openstack-cover-jobs
- openstack-python3-antelope-jobs
- openstack-python3-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3

View File

@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet :: Name Service (DNS)