File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ _build/
1515.flatpak /
1616* .flatpak
1717.flatpak-builder /
18+ .flatplay /
1819develop-eggs /
1920dist /
2021downloads /
Original file line number Diff line number Diff line change @@ -35,17 +35,20 @@ Dialect is available for Fedora 33 and later:
3535``` bash
3636sudo dnf install dialect
3737```
38+
3839### Debian
3940
4041Dialect is available in Debian 12:
42+
4143``` bash
4244sudo apt-get install dialect
4345```
46+
4447## Building
4548
4649### Requirements
4750
48- - Python 3 ` python `
51+ - Python 3 (>=3.10) ` python `
4952- PyGObject ` python-gobject `
5053- GTK4 (>= 4.16.0) ` gtk4 `
5154- libadwaita (>= 1.6.0) ` libadwaita `
Original file line number Diff line number Diff line change 22[project ]
33name = " Dialect"
44version = " 2.4.2"
5- requires-python = " >=3.9 "
5+ requires-python = " >=3.10 "
66
77[tool .black ]
88line-length = 120
@@ -15,4 +15,4 @@ line-length = 120
1515builtins = [" _" , " gettext" ]
1616
1717[tool .pyright ]
18- reportMissingModuleSource = false
18+ reportMissingModuleSource = false
You can’t perform that action at this time.
0 commit comments