We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b8f85 commit 26b4ebaCopy full SHA for 26b4eba
1 file changed
.github/workflows/python-package.yml
@@ -10,9 +10,9 @@ jobs:
10
matrix:
11
os: [ubuntu-latest]
12
python:
13
- - "3.10"
14
- "3.11"
15
- "3.12"
+ - "3.13"
16
17
steps:
18
- uses: actions/checkout@v4
@@ -22,9 +22,12 @@ jobs:
22
23
- name: Install build dependencies
24
run: |
25
+ sudo apt-get update && \
26
sudo apt-get install -qy \
27
gettext \
- libgirepository1.0-dev
28
+ libcairo2-dev \
29
+ libgirepository1.0-dev \
30
+ libgirepository-2.0-dev
31
32
- run: pip install -U pip
33
- run: pip install setuptools wheel
0 commit comments