Skip to content

Commit e07324e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Complete "Drop python2 support" goal"
2 parents 4f8467a + e6e4b73 commit e07324e

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

doc/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# process, which may cause wedges in the gate later.
44
openstackdocstheme>=1.23.2 # Apache-2.0
55
reno>=2.5.0 # Apache-2.0
6-
sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
7-
sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
6+
sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
87
sphinxcontrib-apidoc>=0.2.0 # BSD
98

109
# redirect tests in docs
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
upgrade:
3+
- |
4+
Python 2.7 support has been dropped. The last release of
5+
python-openstackclient to support Python 2.7 is OpenStack Train. The
6+
minimum version of Python now supported by python-openstackclient is
7+
Python 3.6.

setup.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ classifier =
1313
License :: OSI Approved :: Apache Software License
1414
Operating System :: POSIX :: Linux
1515
Programming Language :: Python
16-
Programming Language :: Python :: 2
17-
Programming Language :: Python :: 2.7
1816
Programming Language :: Python :: 3
1917
Programming Language :: Python :: 3.6
2018
Programming Language :: Python :: 3.7
@@ -720,9 +718,6 @@ openstack.volume.v3 =
720718
[upload_sphinx]
721719
upload-dir = doc/build/html
722720

723-
[wheel]
724-
universal = 1
725-
726721
[extract_messages]
727722
keywords = _ gettext ngettext l_ lazy_gettext
728723
mapping_file = babel.cfg

0 commit comments

Comments
 (0)