Skip to content

Commit

Permalink
Building on Python 3.12 requires setuptools >=67
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 6, 2023
1 parent 696ced3 commit 519b8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/1527.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The build version requirement for ``setuptools`` was bumped from 60 to 67.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=60", "setuptools_scm[toml]>=7.0"]
requires = ["setuptools>=67", "setuptools_scm[toml]>=7.0"]
build-backend = "setuptools.build_meta"

[tool.coverage.run]
Expand Down

0 comments on commit 519b8e2

Please sign in to comment.