Codebase list cinder-tempest-plugin / a033402
Remove support for Pyton 3.8 and older Python 3.6 and 3.7 are not supported any of active stable branches now, so no longer need to be supported. Also remove Python 3.8 support according to [1]. [1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/FOWV4UQZTH4DPDA67QDEROAESYU5Z3LE/ Also add a few new versions currently tested. Change-Id: I295e5d66ad826d70b0b8c9aab0514fc672066ff6 Takashi Kajinami authored 1 year, 7 months ago Thomas Goirand committed 3 months ago
2 changed file(s) with 8 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 ---
1 upgrade:
2 - |
3 Support for Python 3.8 has been dropped. Latest release of
4 cinder-tempest-plugin to support python 3.8 is 1.15.0.
5 The minimum version of Python now supported is Python 3.9.
44 author = OpenStack
55 author_email = openstack-discuss@lists.openstack.org
66 url = http://www.openstack.org/
7 python_requires = >=3.6
7 python_requires = >=3.9
88 classifiers =
99 Environment :: OpenStack
1010 Intended Audience :: Information Technology
1414 Programming Language :: Python
1515 Programming Language :: Python :: 3 :: Only
1616 Programming Language :: Python :: 3
17 Programming Language :: Python :: 3.6
18 Programming Language :: Python :: 3.7
19 Programming Language :: Python :: 3.8
2017 Programming Language :: Python :: 3.9
2118 Programming Language :: Python :: 3.10
2219 Programming Language :: Python :: 3.11
20 Programming Language :: Python :: 3.12
2321
2422 [files]
2523 packages =