Skip to content

Commit

Permalink
build-requires setuptools for python >= 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
deronnax committed Apr 11, 2024
1 parent d6f2df2 commit 3c9dc27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ pexpect = "^4.7"
iredis = 'iredis.entry:main'

[build-system]
requires = ["poetry-core>=1.0.0"]
# setuptools is needed for python 3.12 because of pendulum
requires = ["poetry-core>=1.0.0", "setuptools; python_version >= '3.12'"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 3c9dc27

Please sign in to comment.