Skip to content

Bump python_requires to 3.5.3 #27116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/deps/azure-35-compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- openpyxl=2.4.8
- pytables=3.4.2
- python-dateutil=2.6.1
- python=3.5.*
- python=3.5.3
- pytz=2017.2
- scipy=0.19.0
- xlrd=1.1.0
Expand Down
6 changes: 5 additions & 1 deletion doc/source/whatsnew/v0.25.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ What's new in 0.25.0 (April XX, 2019)

.. warning::

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

.. warning::

The minimum supported Python version will be bumped to 3.6 in a future release.

.. warning::

`Panel` has been fully removed. For N-D labeled data structures, please
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
long_description=LONG_DESCRIPTION,
classifiers=CLASSIFIERS,
platforms='any',
python_requires='>=3.5',
python_requires='>=3.5.3',
extras_require={
'test': [
# sync with setup.cfg minversion & install.rst
Expand Down