Skip to content

MAINT: Add python_requires to package metadata #3006

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
Aug 21, 2019

Conversation

effigies
Copy link
Member

Should probably have done this during the release.

@effigies effigies force-pushed the mnt/python_requires branch from bb09111 to 02c3221 Compare August 21, 2019 01:49
@effigies
Copy link
Member Author

Preserving the test result, as I rebase out the Circle branch criterion change:

$ #!/bin/bash -eo pipefail
pyenv install 3.3.7
pyenv local 3.3.7
FAIL=false
pip install dist/nipype-*-py2.py3-none-any.whl || FAIL=true
$FAIL

Downloading Python-3.3.7.tar.xz...
-> https://www.python.org/ftp/python/3.3.7/Python-3.3.7.tar.xz
Installing Python-3.3.7...
Installing pip from https://bootstrap.pypa.io/3.3/get-pip.py...
Installed Python-3.3.7 to /opt/circleci/.pyenv/versions/3.3.7

DEPRECATION: Python 3.3 supported has been deprecated and support for it will be dropped in the future. Please upgrade your Python.
Processing ./dist/nipype-1.2.2.dev0+g2033d7a25-py2.py3-none-any.whl
nipype requires Python '>= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*' but the running Python is 3.3.7

@effigies effigies force-pushed the mnt/python_requires branch from 2033d7a to 70d6cbd Compare August 21, 2019 02:17
@effigies
Copy link
Member Author

Canceling Circle because there's no real need for it here. IMO we can merge when Travis passes.

@effigies effigies merged commit 23300e9 into nipy:master Aug 21, 2019
@effigies effigies deleted the mnt/python_requires branch August 21, 2019 12:58
@effigies effigies added this to the 1.2.2 milestone Sep 6, 2019
@oesteban oesteban mentioned this pull request Sep 7, 2019
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant