Skip to content

Commit 3560c4e

Browse files
committed
try toga from main
1 parent 13f923e commit 3560c4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/briefcase/bootstraps/toga.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ def pyproject_table_macOS(self):
5858
def pyproject_table_linux(self):
5959
return """\
6060
requires = [
61-
"toga-gtk~=0.5.0",
61+
"git+https://github.com/beeware/toga@main#subdirectory=core",
62+
"git+https://github.com/beeware/toga@main#subdirectory=travertino",
63+
"git+https://github.com/beeware/toga@main#subdirectory=gtk",
6264
# PyGObject 3.52.1 enforces a requirement on libgirepository-2.0-dev. This library
6365
# isn't available on Debian 12/Ubuntu 22.04. If you don't need to support those (or
6466
# older) releases, you can remove this version pin. See beeware/toga#3143.

0 commit comments

Comments
 (0)