Codebase list cinder-tempest-plugin / 058e172
Merge "Remove support for Pyton 3.8 and older" Zuul authored 7 months ago Gerrit Code Review committed 7 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 =