Skip to content

Commit 40c7cbe

Browse files
hipolitoguzmannbuchwitz
authored andcommitted
pyproject.toml: Use setuptools>=64 if python>=3.12
1 parent 7463e1b commit 40c7cbe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ line-length = 120
33
include = '\.pyi?$'
44

55
[build-system]
6-
requires = ["setuptools<64", "wheel"]
6+
requires = ["setuptools<64; python_version < '3.12'",
7+
"setuptools>=64; python_version >= '3.12'",
8+
"wheel"]

0 commit comments

Comments
 (0)