Skip to content

Commit

Permalink
Install Pillow 10.2.0 on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 10, 2025
1 parent 637f21c commit b4544a3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
]
python-version: [
"3.10",
"3.13",
]

runs-on: ${{ matrix.os }}
Expand All @@ -64,10 +65,3 @@ jobs:
- name: Test
run: |
python3 -m pip install Pillow==10.2.0
python3 demo.py
python3 -m pip install Pillow==10.3.0
python3 demo.py
python3 -m pip install Pillow==10.4.0
python3 demo.py
python3 -m pip install Pillow==11.1.0
python3 demo.py

0 comments on commit b4544a3

Please sign in to comment.