Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=80", "wheel", "setuptools_scm[toml]>=8"]
requires = ["setuptools>=84.0.0", "wheel", "setuptools_scm[toml]>=8"]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build pin breaks allowed Pythons

Low Severity

Raising the build-system floor to setuptools>=84.0.0 requires Python 3.10+ to install setuptools, but python_requires still allows >=3.8.1. Source and editable installs on still-allowed interpreters below 3.10 (notably 3.9, which worked with setuptools 80–82) fail when resolving build dependencies.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ae27eab. Configure here.

build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down
Loading