commit
dab8e1057a
|
@ -3,7 +3,6 @@
|
|||
- check-requirements
|
||||
- lib-forward-testing-python3
|
||||
- openstack-lower-constraints-jobs
|
||||
- openstack-python35-jobs
|
||||
- openstack-python3-ussuri-jobs
|
||||
- openstacksdk-functional-tips
|
||||
- openstacksdk-tox-tips
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
oslo.i18n===3.25.1
|
||||
debtcollector===1.22.0
|
||||
oslotest===3.9.0
|
||||
reno===2.11.3
|
||||
oslo.config===7.0.0
|
||||
oslo.utils===3.42.1
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
upgrade:
|
||||
- |
|
||||
Python 3.5 is no longer supported.
|
|
@ -6,7 +6,7 @@ description-file =
|
|||
author = OpenStack
|
||||
author-email = openstack-discuss@lists.openstack.org
|
||||
home-page = https://docs.openstack.org/keystoneauth/latest/
|
||||
python-requires = >=3.5
|
||||
python-requires = >=3.6
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
|
@ -17,7 +17,6 @@ classifier =
|
|||
Programming Language :: Python :: Implementation :: CPython
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
|
|
Loading…
Reference in New Issue