8000 Bump python_requires to 3.5.3 by WillAyd · Pull Request #27116 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

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
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
Next Next commit
Modified setup
  • Loading branch information
WillAyd committed Jun 28, 2019
commit dd27fe1d1e2118db6805a3c009ce28b29a7131b5
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.2',
extras_require={
'test': [
# sync with setup.cfg minversion & install.rst
Expand Down
0