File tree Expand file tree Collapse file tree 5 files changed +71
-82
lines changed Expand file tree Collapse file tree 5 files changed +71
-82
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
12
12
- name : Setup Python ${{ matrix.python-version }}
13
13
uses : actions/setup-python@v3
14
14
with :
15
- python-version : " 3.12 "
15
+ python-version : " 3.13 "
16
16
17
17
- name : Git Checkout
18
18
uses : actions/checkout@v4
19
19
20
20
- name : Install GTK deps
21
21
run : |
22
22
sudo apt update
23
- sudo apt install libgirepository-2 .0-dev libcairo2-dev gir1.2-gtk-4.0 -y
23
+ sudo apt install libgirepository-1 .0-dev libcairo2-dev gir1.2-gtk-4.0 -y
24
24
25
25
- name : Install uv
26
26
uses : astral-sh/setup-uv@v4
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-24.04
12
12
strategy :
13
13
matrix :
14
- python-version : ["3.12 "]
14
+ python-version : ["3.13 "]
15
15
steps :
16
16
- name : Git Checkout
17
17
uses : actions/checkout@v4
23
23
24
24
- name : Install GTK deps
25
25
run : |
26
- sudo apt install libgirepository-2 .0-dev libcairo2-dev -y
26
+ sudo apt install libgirepository-1 .0-dev libcairo2-dev -y
27
27
28
28
- name : Install uv
29
29
uses : astral-sh/setup-uv@v4
Original file line number Diff line number Diff line change 1
- 3.12
1
+ 3.13
Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ description = "on-screen keyboard to help typing faster internationally"
5
5
authors = [
" F. Talha Altinel <[email protected] >" ]
6
6
license = " MIT"
7
7
readme = " README.md"
8
- requires-python = " >=3.12 "
8
+ requires-python = " >=3.13 "
9
9
dependencies = [
10
10
" pygobject>=3.50.0" ,
11
11
]
12
12
13
13
[dependency-groups ]
14
14
dev = [
15
- " coverage>=7.6.9 " ,
15
+ " coverage>=7.6.12 " ,
16
16
" pygobject-stubs>=2.12.0" ,
17
- " pyinstaller>=6.11.1 " ,
17
+ " pyinstaller>=6.12.0 " ,
18
18
" pytest>=8.3.4" ,
19
- " ruff>=0.8.4 " ,
19
+ " ruff>=0.9.6 " ,
20
20
]
21
21
22
22
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments