diff --git a/pyproject.toml b/pyproject.toml index 9496952eea6a..3fb796a96a12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ requires = [ "pybind11>=3", # setuptools_scm 10 breaks versioning in editable installs. You can remove this pin # if you're a downstream distributor just building wheels or your equivalent. - "setuptools_scm>=7,<10", + "setuptools_scm>=7,<11", ] [dependency-groups] @@ -81,7 +81,7 @@ build = [ # Should be the same as `[build-system] requires` above. "meson-python>=0.13.1,!=0.17.*", "pybind11>=3", - "setuptools_scm>=7,<10", + "setuptools_scm>=7,<11", # Not required by us but setuptools_scm without a version, so _if_ # installed, then setuptools_scm 8 requires at least this version. # Unfortunately, we can't do a sort of minimum-if-installed dependency, so