Skip to content

Commit

Permalink
build: update setuptools pin to avoid 3.12 bug
Browse files Browse the repository at this point in the history
Versions of setuptools before 66.1 used deprecated portions of `pkgutil`
that were removed in Python 3.12. More information:

pypa/setuptools#3631
https://setuptools.pypa.io/en/latest/history.html#v66-1-0
  • Loading branch information
SnoopJ committed Oct 5, 2023
1 parent 03dd79b commit ba984bd
Showing 1 changed file with 1 addition and 1 deletion.
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~=63.0", "wheel"]
requires = ["setuptools~=66.1", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
Expand Down

0 comments on commit ba984bd

Please sign in to comment.