Skip to content

Commit

Permalink
Try 39
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 12, 2024
1 parent 48a64a6 commit 30bee6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: "3.8"
python-version: "3.9"

- name: Download x86_64 wheels
uses: actions/download-artifact@v4
Expand All @@ -141,7 +141,7 @@ jobs:
- name: Install wheels
run: |
WHEEL=wheelhouse/pikepdf*cp38*macos*x86_64.whl
WHEEL=wheelhouse/pikepdf*cp39*macos*x86_64.whl
python -m pip install $WHEEL
python -c "import pikepdf; print(pikepdf.__version__)"
Expand Down

0 comments on commit 30bee6a

Please sign in to comment.