Skip to content

Commit

Permalink
Roll back Toga test version for AppImage.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Nov 3, 2023
1 parent bb0333d commit 3497fdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/apps/verify-toga/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ requires = [

[tool.briefcase.app.verify-toga.linux]
requires = [
"toga-gtk~=0.4.0",
# This needs to be pinned because Toga 0.4.0 requires PyGObject >= 3.36
"toga-gtk==0.3.1",
# This needs to be pinned because PyGobject 3.46 can't be installed
# in the manylinux environment.
"PyGObject==3.44.1",
"PyGObject<3.46.0",
]

[tool.briefcase.app.verify-toga.linux.appimage]
Expand Down

0 comments on commit 3497fdb

Please sign in to comment.