Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 912908c

Browse files
authored
Merge pull request #186 from beeware/pygobject-pin
Add an upper pin to pygobject.
2 parents 6d89b66 + 4a823f7 commit 912908c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changes/185.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PyGObject support was pinned to an upper version less than 3.50.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ classifiers = [
4343
dependencies = [
4444
# Dependencies required at runtime are set as ranges to ensure maximum
4545
# compatibility with the end-user's development environment.
46-
"pygobject >= 3.14.0",
46+
"pygobject >= 3.14.0, < 3.50.0",
4747
]
4848

4949
[project.optional-dependencies]

0 commit comments

Comments
 (0)