Skip to content

Commit 7fb540c

Browse files
committed
Update github actions
1 parent 05e5f70 commit 7fb540c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
python:
13-
- "3.10"
1413
- "3.11"
1514
- "3.12"
15+
- "3.13"
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
sudo apt-get install -qy \
2626
gettext \
27+
libcairo2-dev \
2728
libgirepository1.0-dev
2829
2930
- run: pip install -U pip

0 commit comments

Comments
 (0)