Skip to content

Commit 0b90d5b

Browse files
WillAydjorisvandenbossche
authored andcommitted
Bump python_requires to 3.5.3 (#27116)
1 parent b491329 commit 0b90d5b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ci/deps/azure-35-compat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- openpyxl=2.4.8
1212
- pytables=3.4.2
1313
- python-dateutil=2.6.1
14-
- python=3.5.*
14+
- python=3.5.3
1515
- pytz=2017.2
1616
- scipy=0.19.0
1717
- xlrd=1.1.0

doc/source/whatsnew/v0.25.0.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ What's new in 0.25.0 (April XX, 2019)
55

66
.. warning::
77

8-
Starting with the 0.25.x series of releases, pandas only supports Python 3.5 and higher.
8+
Starting with the 0.25.x series of releases, pandas only supports Python 3.5.3 and higher.
99
See :ref:`install.dropping-27` for more details.
1010

11+
.. warning::
12+
13+
The minimum supported Python version will be bumped to 3.6 in a future release.
14+
1115
.. warning::
1216

1317
`Panel` has been fully removed. For N-D labeled data structures, please

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
783783
long_description=LONG_DESCRIPTION,
784784
classifiers=CLASSIFIERS,
785785
platforms='any',
786-
python_requires='>=3.5',
786+
python_requires='>=3.5.3',
787787
extras_require={
788788
'test': [
789789
# sync with setup.cfg minversion & install.rst

0 commit comments

Comments
 (0)