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

Update version support in setup.cfg #340

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mcdonnnj
Copy link

@mcdonnnj mcdonnnj commented Dec 13, 2023

This pull request updates the configuration to correctly reflect supported Python versions. This includes removing the option that was still building wheels for Python 2 even though Python 2 support has been dropped and adding a Python version requirement that matches the metadata described in setup.py. This should resolve #339.

This corrects Python version support to reflect the metadata for the
package. Specifically it removes the previous configuration that was
still building wheels for Python 2 even though Python 2 support has
been dropped.
@kurtmckee
Copy link
Contributor

@corydolphin Thanks for releasing v5! Please review this PR when you have an opportunity.

There are several other PRs that can probably merge in a matter of minutes, too! 👍

@AbdealiLoKo
Copy link

AbdealiLoKo commented Sep 16, 2024

I seem to be stuck a bit here too - I can see support for py3.7 is dropped (tests removed and release notes say py3.8+ is supported now), but there is no python_requires

So, I am not sure if 5.0 is supposed to work on py3.7 or not.
And pip installs it in my 3.7 environments

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.

The 4.0.0 release is incorrectly marked as supporting Python 2
3 participants