Skip to content

Commit

Permalink
build: 📦 reduce setuptools pinned version to 68
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Jan 28, 2024
1 parent df51ce0 commit a5b69c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["pdm-backend", "setuptools>=69", "wheel"]
requires = ["pdm-backend", "setuptools>=68", "wheel"]
build-backend = "pdm.backend"

[tool.black]
Expand Down Expand Up @@ -89,7 +89,7 @@ test = [
]
release = [
"python-semantic-release>=8.0.0",
"setuptools>=69.0.0",
"setuptools>=68",
"setuptools-scm>=7.1.0",
]
build = ["cibuildwheel>=2.16.2", "build>=0.10.0"]
Expand Down

0 comments on commit a5b69c5

Please sign in to comment.