Skip to content

Commit

Permalink
Add setuptools as a dependency for Python 3.12+
Browse files Browse the repository at this point in the history
gobject-introspection requires setuptools which isn't shipped by
default on Python 3.12+.
  • Loading branch information
danyeaw authored and pbor committed Apr 8, 2024
1 parent 0d72bd6 commit 0515cc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build = ">=0.9,<1.3"
lastversion = { version = ">=2.4.2,<4.0.0", optional = true }
packaging = { version = ">=21.3,<25.0", optional = true }
typer = {extras = ["all"], version = ">=0.6.1,<0.13.0"}
setuptools = {version = "^69.2.0", python = ">=3.12"}

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.0.1"
Expand Down

0 comments on commit 0515cc3

Please sign in to comment.