Skip to content

Commit c29376e

Browse files
authored
Merge branch 'main' into fix-sp
2 parents 6cedce4 + f78d672 commit c29376e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ _build/
1515
.flatpak/
1616
*.flatpak
1717
.flatpak-builder/
18+
.flatplay/
1819
develop-eggs/
1920
dist/
2021
downloads/

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,20 @@ Dialect is available for Fedora 33 and later:
3535
```bash
3636
sudo dnf install dialect
3737
```
38+
3839
### Debian
3940

4041
Dialect is available in Debian 12:
42+
4143
```bash
4244
sudo 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`

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[project]
33
name = "Dialect"
44
version = "2.4.2"
5-
requires-python = ">=3.9"
5+
requires-python = ">=3.10"
66

77
[tool.black]
88
line-length = 120
@@ -15,4 +15,4 @@ line-length = 120
1515
builtins = ["_", "gettext"]
1616

1717
[tool.pyright]
18-
reportMissingModuleSource = false
18+
reportMissingModuleSource = false

0 commit comments

Comments
 (0)