Skip to content
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

Required Python versions not specified in pip-readable way #122

Closed
andy-maier opened this issue Mar 2, 2023 · 1 comment · Fixed by #129
Closed

Required Python versions not specified in pip-readable way #122

andy-maier opened this issue Mar 2, 2023 · 1 comment · Fixed by #129

Comments

@andy-maier
Copy link

That causes every version of the package to be installed on every Python version.

Could you please add a python_requires property in your setup.cfg?

@uranusjr
Copy link
Member

uranusjr commented Mar 2, 2023

Pull request is welcomed. The CI matrix should provide a good starting point, and 2.7 is also supported.

OlenaYefymenko added a commit to OlenaYefymenko/resolvelib that referenced this issue Mar 15, 2023
OlenaYefymenko added a commit to OlenaYefymenko/resolvelib that referenced this issue Mar 17, 2023
Resolvelib is not maintained for Python prior to 3.7.
It was pointed out in sarugaku#116.

Resolves sarugaku#122
OlenaYefymenko added a commit to OlenaYefymenko/resolvelib that referenced this issue Mar 17, 2023
Resolvelib is not maintained for Python prior to 3.7.
It was pointed out in sarugaku#116.

Resolves sarugaku#122

Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
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 a pull request may close this issue.

2 participants