Skip to content

DEP: Add 'python_requires' to setup.py to drop 3.4 support #20698

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 3 commits into from
Apr 16, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update setuptools minimum version to 24.2.0
  • Loading branch information
djhoese committed Apr 15, 2018
commit 24a9270bf37f63357cbc4a9c8ba43936fa5aa980
2 changes: 1 addition & 1 deletion ci/environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- python-dateutil>=2.5.0
- python=3
- pytz
- setuptools>=3.3
- setuptools>=24.2.0
- sphinx
4 changes: 2 additions & 2 deletions ci/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ moto
pytest>=3.1
python-dateutil>=2.5.0
pytz
setuptools>=3.3
sphinx
setuptools>=24.2.0
sphinx
2 changes: 1 addition & 1 deletion doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ installed), make sure you have `pytest
Dependencies
------------

* `setuptools <https://setuptools.readthedocs.io/en/latest/>`__: 3.3.0 or higher
* `setuptools <https://setuptools.readthedocs.io/en/latest/>`__: 24.2.0 or higher
* `NumPy <http://www.numpy.org>`__: 1.9.0 or higher
* `python-dateutil <//https://dateutil.readthedocs.io/en/stable/>`__: 2.5.0 or higher
* `pytz <http://pytz.sourceforge.net/>`__
Expand Down
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v0.23.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ If installed, we now require:
+-----------------+-----------------+----------+---------------+
| beautifulsoup4 | 4.2.1 | | :issue:`20082`|
+-----------------+-----------------+----------+---------------+
| setuptools | 24.2.0 | | :issue:`20698`|
+-----------------+-----------------+----------+---------------+

.. _whatsnew_0230.api_breaking.dict_insertion_order:

Expand Down