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 the minimum version of setuptools to use #55

Closed
philthompson10 opened this issue Dec 6, 2024 · 0 comments
Closed

Update the minimum version of setuptools to use #55

philthompson10 opened this issue Dec 6, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@philthompson10
Copy link
Contributor

philthompson10 commented Dec 6, 2024

PyPI will enforce the correct naming of sdists (according to PEP 625) at some point. The earliest version of setuptools that supports this (without problems) seems to be v69.5. Therefore update the minimum requirement in the pyproject.toml files of the sip modules and SIP itself to this version.

It may also be necessary to re-open issue #23.

@philthompson10 philthompson10 added the enhancement New feature or request label Dec 6, 2024
@philthompson10 philthompson10 self-assigned this Dec 8, 2024
philthompson10 added a commit to philthompson10/sip that referenced this issue Dec 8, 2024
The minimum version of `setuptools` used by SIP and by the generated `sip`
module sdists has been set to v69.5.  This is the oldest version that
supports PEP 625.

Resolves Python-SIP#55
philthompson10 added a commit that referenced this issue Dec 9, 2024
The wrong reference to `setuptools` in `pyproject.toml` had been updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant