From 1da71884e4f03be5e26d1babc085ff5821ac5f8a Mon Sep 17 00:00:00 2001 From: likui Date: Tue, 1 Aug 2023 11:50:48 +0800 Subject: [PATCH] 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index a370b94b6..7fd36eaf2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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)