Merge "Remove support for Pyton 3.8 and older"
Zuul authored 7 months ago
Gerrit Code Review committed 7 months ago
|
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.
|
| 4 | 4 |
author = OpenStack
|
| 5 | 5 |
author_email = openstack-discuss@lists.openstack.org
|
| 6 | 6 |
url = http://www.openstack.org/
|
| 7 | |
python_requires = >=3.6
|
|
7 |
python_requires = >=3.9
|
| 8 | 8 |
classifiers =
|
| 9 | 9 |
Environment :: OpenStack
|
| 10 | 10 |
Intended Audience :: Information Technology
|
|
| 14 | 14 |
Programming Language :: Python
|
| 15 | 15 |
Programming Language :: Python :: 3 :: Only
|
| 16 | 16 |
Programming Language :: Python :: 3
|
| 17 | |
Programming Language :: Python :: 3.6
|
| 18 | |
Programming Language :: Python :: 3.7
|
| 19 | |
Programming Language :: Python :: 3.8
|
| 20 | 17 |
Programming Language :: Python :: 3.9
|
| 21 | 18 |
Programming Language :: Python :: 3.10
|
| 22 | 19 |
Programming Language :: Python :: 3.11
|
|
20 |
Programming Language :: Python :: 3.12
|
| 23 | 21 |
|
| 24 | 22 |
[files]
|
| 25 | 23 |
packages =
|