8000 BLD: Require enum34 for Python < 3.4 by effigies · Pull Request #24153 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BLD: Require enum34 for Python < 3.4 #24153

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

Closed
wants to merge 2 commits into from
Closed
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
DOC: Add whatsnew entry
  • Loading branch information
effigies committed Dec 7, 2018
commit f5e0e156cdf022f0ba160af679540719bb0f8032
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.24.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ Build Changes

- Building pandas for development now requires ``cython >= 0.28.2`` (:issue:`21688`)
- Testing pandas now requires ``hypothesis>=3.58``. You can find `the Hypothesis docs here <https://hypothesis.readthedocs.io/en/latest/index.html>`_, and a pandas-specific introduction :ref:`in the contributing guide <using-hypothesis>`. (:issue:`22280`)
-
- Installing pandas for Python 2.7 now requires ``enum34``.

Other
^^^^^
Expand Down
0