Skip to content

setuptools-scm version requiremnt too strict #67

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

Closed
manufactory opened this issue Jul 13, 2024 · 1 comment
Closed

setuptools-scm version requiremnt too strict #67

manufactory opened this issue Jul 13, 2024 · 1 comment
Assignees
Labels
bug New bug

Comments

@manufactory
Copy link

In pyproject.toml the requirement for setuptools_scm is defined as "setuptools_scm >= 2.0.0, <3". This breaks the build to fail with setuptools-scm > 3.

I tested

python -m build --wheel --no-isolation

with

setuptools 69.0.3
setuptools-scm 8.1.0

Removing , <3 from the requirements builds the .whl file flawlessly.

@SkypLabs
Copy link
Owner

SkypLabs commented Apr 3, 2025

Hi,

Thank you for spotting this.

The upper limit was meant not to use untested new major versions of setuptools_scm that might include breaking changes. However, it hadn't been updated in a long time.

In any case, setuptools_scm has been removed in e7816a2.

@SkypLabs SkypLabs closed this as completed Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug New bug
Projects
None yet
Development

No branches or pull requests

2 participants