Skip to content

Commit 8a211f3

Browse files
Make sure setuptools is compatible with PEP 639
PEP 639 requires setuptools ≥ 77. It seems customary to require setuptools ≥ 77.0.2 which irons out some bugs related to PEP 639 support.
1 parent ceaca47 commit 8a211f3

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
@@ -97,7 +97,7 @@ dask = "xarray.namedarray.daskmanager:DaskManager"
9797

9898
[build-system]
9999
build-backend = "setuptools.build_meta"
100-
requires = ["setuptools>=42", "setuptools-scm>=7"]
100+
requires = ["setuptools>=77.0.2", "setuptools-scm>=7"]
101101

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

0 commit comments

Comments
 (0)