Skip to content

Commit

Permalink
move to pycairo 1.25.1
Browse files Browse the repository at this point in the history
This reverts commit e410b9d and adds a
requirements.txt entry for pycairo >= 1.25.1 which contains the fix here:
pygobject/pycairo#344 hopefully mitigating our
crashes.

Signed-off-by: Tycho Andersen <tycho@tycho.pizza>
  • Loading branch information
tych0 committed Oct 21, 2023
1 parent 10dae36 commit 2347e18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
build:
runs-on: ubuntu-22.04
name: "python ${{ matrix.python-version }} on ${{ matrix.backend }}"
# pypy is segfaulting at the moment so let's allow it to fail.
continue-on-error: ${{ matrix.python-version == 'pypy-3.9' }}
strategy:
matrix:
# If you change one of these, be sure to update:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cairocffi >= 1.6.0
cffi >= 1.1.0
xcffib >= 1.4.0
pycairo >= 1.25.1

0 comments on commit 2347e18

Please sign in to comment.