
OpenStack is dropping the py2.7 support in ussuri cycle. python-mistralclient is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ia2e548105f06dfdd2dbabd425002ea1d4fe57f53
8 lines
360 B
Plaintext
8 lines
360 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
|
|
reno>=2.5.0 # Apache-2.0
|
|
openstackdocstheme>=1.30.0 # Apache-2.0
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|