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:
parent
d7bca3562e
commit
4796812543
@ -3,7 +3,7 @@
|
|||||||
- check-requirements
|
- check-requirements
|
||||||
- designate-devstack-jobs
|
- designate-devstack-jobs
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
- openstack-python3-antelope-jobs
|
- openstack-python3-jobs
|
||||||
- openstackclient-plugin-jobs
|
- openstackclient-plugin-jobs
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
|
@ -18,6 +18,7 @@ classifiers =
|
|||||||
Programming Language :: Python :: 3 :: Only
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
Topic :: Internet :: Name Service (DNS)
|
Topic :: Internet :: Name Service (DNS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user