Skip to content

Commit 1651520

Browse files
committed
Update github actions
1 parent 05e5f70 commit 1651520

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 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
@@ -22,8 +22,10 @@ jobs:
2222

2323
- name: Install build dependencies
2424
run: |
25+
sudo apt-get update && \
2526
sudo apt-get install -qy \
2627
gettext \
28+
libcairo2-dev \
2729
libgirepository1.0-dev
2830
2931
- run: pip install -U pip

0 commit comments

Comments
 (0)