Skip to content

Commit 0751b72

Browse files
authored
bump the build metadata (#10592)
* require at least `setuptools=77.0.3` which is necessary because we switched to the new license string (SPDX, from PEP 639) * require `setuptools-scm>=8` at the same time * specify the actual release that officially added support
1 parent 9afc1b1 commit 0751b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dask = "xarray.namedarray.daskmanager:DaskManager"
9898

9999
[build-system]
100100
build-backend = "setuptools.build_meta"
101-
requires = ["setuptools>=42", "setuptools-scm>=7"]
101+
requires = ["setuptools>=77.0.3", "setuptools-scm>=8"]
102102

103103
[tool.setuptools.packages.find]
104104
include = ["xarray*"]

0 commit comments

Comments
 (0)