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: Ib54dcc4433d2be789f96fc881ca9ee81fe751df9
This commit is contained in:
likui 2023-08-01 11:50:48 +08:00
parent 4e7e471760
commit 1da71884e4

View File

@ -19,6 +19,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)