Skip to content

set python_requires to >=3.8#1285

Merged
swails merged 1 commit into
ParmEd:masterfrom
njzjz:patch-1
Feb 3, 2023
Merged

set python_requires to >=3.8#1285
swails merged 1 commit into
ParmEd:masterfrom
njzjz:patch-1

Conversation

@njzjz

@njzjz njzjz commented Jan 28, 2023

Copy link
Copy Markdown
Contributor

Python support has been restricted to Python v3.8 and newer, but python_requires is not set. Thus, the new version of ParmEd will still be installed when one use pip to install ParmEd on an older Python version. By setting python_requires, pip with old Python versions will not install the new version of ParmEd.

Python support has been restricted to Python v3.8 and newer, but `python_requires` is not set. Thus, the new version of ParmEd will still be installed when one installs ParmEd on an older Python version. By setting `python_requires`, pip with old Python versions will not install the new version of ParmEd.
@swails

swails commented Feb 3, 2023

Copy link
Copy Markdown
Contributor

Thanks! I'll cut a bugfix release and remove the old one.

@swails swails merged commit 711124d into ParmEd:master Feb 3, 2023
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.

2 participants