Skip to content

Commit

Permalink
Pin pycairo to 1.20.1
Browse files Browse the repository at this point in the history
1.21 doesn't support python 3.6 anymore.
  • Loading branch information
infirit committed Nov 22, 2022
1 parent e80a210 commit c85e7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2
- run: apt-get update
- run: apt-get install -y -qq --no-install-recommends automake autoconf libtool autopoint gettext libglib2.0-dev python-gi-dev libbluetooth-dev iproute2
- run: python3 -m pip install cython mypy==0.971 pycairo>=1.16.3
- run: python3 -m pip install cython mypy==0.971 pycairo==1.20.1
- run: ./autogen.sh
- run: python3 -m mypy -p blueman --strict
env:
Expand Down

0 comments on commit c85e7af

Please sign in to comment.