Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install Libheif
run: brew install libheif
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.14'

- name: Prepare system
run: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Prepare system
run: |
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.10'
python-version: '3.14'

- name: Install Libheif
run: brew install libheif
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.14'

- name: Install Libheif
run: brew install libheif
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.9'
python-version: '3.14'

- uses: msys2/setup-msys2@v2
with:
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:

- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
allow-prereleases: true

- name: Prepare system
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:

- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
allow-prereleases: true

- name: Prepare system
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install Libheif
run: brew install libheif
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-src-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Uninstall libheif from homebrew
run: brew uninstall --force --ignore-dependencies imagemagick libheif x265 aom libde265
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Transform to Pi-Heif
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-src-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.14'

- uses: msys2/setup-msys2@v2
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.10'
python-version: '3.14'

- name: Transform to Pi-Heif
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Transform to Pi-Heif
run: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.14'
- name: Transform to Pi-Heif
run: |
cp -r -v -force ./pi-heif/* .
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Transform to Pi-Heif
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels-pillow_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Uninstall libheif from homebrew
run: brew uninstall --force --ignore-dependencies imagemagick libheif x265 aom libde265
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.14'
- uses: msys2/setup-msys2@v2
with:
location: C:/temp
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install requirements
run: python3 -m pip install twine wheel build check-manifest
Expand Down
Loading