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.
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
2 participants