Skip to content

Commit 0b6f096

Browse files
committed
fixed CI, removed PyPy3.8 wheels from building
Signed-off-by: Alexander Piskun <[email protected]>
1 parent df69e4c commit 0b6f096

File tree

8 files changed

+12
-14
lines changed

8 files changed

+12
-14
lines changed

.github/workflows/test-wheels-pi_heif.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
fail-fast: false
7878
matrix:
79-
python-version: ["pypy-3.8", "pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
79+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
8080
env:
8181
PH_LIGHT_ACTION: 1
8282

@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
fail-fast: false
111111
matrix:
112-
python-version: ["pypy-3.8", "pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
112+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
113113

114114
steps:
115115
- name: Delay, waiting Pypi to update.
@@ -142,7 +142,7 @@ jobs:
142142
strategy:
143143
fail-fast: false
144144
matrix:
145-
python-version: ["pypy-3.8", "pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
145+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
146146

147147
steps:
148148
- name: Delay, waiting Pypi to update.

.github/workflows/test-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: windows-2019
7474
strategy:
7575
matrix:
76-
python-version: ["pypy-3.8", "pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
76+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
7777
env:
7878
PH_FULL_ACTION: 1
7979

@@ -103,7 +103,7 @@ jobs:
103103
runs-on: macos-12
104104
strategy:
105105
matrix:
106-
python-version: ["pypy-3.8", "pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
106+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
107107

108108
steps:
109109
- name: Delay, waiting Pypi to update.
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-20.04
135135
strategy:
136136
matrix:
137-
python-version: ["pypy-3.8", "pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
137+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
138138

139139
steps:
140140
- name: Delay, waiting Pypi to update.

.github/workflows/wheels-pi_heif.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
env:
110110
CIBW_ARCHS: "x86_64"
111111
CIBW_ENVIRONMENT_MACOS: PH_LIGHT_ACTION=1 TEST_DECODE_THREADS=0
112-
MACOSX_DEPLOYMENT_TARGET: "10.10"
112+
MACOSX_DEPLOYMENT_TARGET: "11.0"
113113

114114
- name: Checking built wheels
115115
run: |

.github/workflows/wheels-pillow_heif.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
env:
102102
CIBW_ARCHS: "x86_64"
103103
CIBW_ENVIRONMENT_MACOS: PH_FULL_ACTION=1 TEST_DECODE_THREADS=0
104-
MACOSX_DEPLOYMENT_TARGET: "10.10"
104+
MACOSX_DEPLOYMENT_TARGET: "11.0"
105105

106106
- name: Check built wheels
107107
run: |

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ if im.info["depth_images"]:
150150
| CPython 3.10 ||||||
151151
| CPython 3.11 ||||||
152152
| CPython 3.12 ||||||
153-
| PyPy 3.8 v7.3 |||| N/A ||
154153
| PyPy 3.9 v7.3 |||| N/A ||
155154
| PyPy 3.10 v7.3 |||| N/A ||
156155

ci/cirrus_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ wheel_macos_arm_task:
1616
- brew install [email protected]
1717
- ln -s python3 /opt/homebrew/opt/[email protected]/bin/python
1818
install_cibuildwheel_script:
19-
- python3 -m pip install cibuildwheel==2.19.1
19+
- python3 -m pip install --break-system-packages cibuildwheel==2.19.1
2020
run_cibuildwheel_script:
2121
- python3 -m cibuildwheel
2222
wheels_artifacts:
@@ -40,7 +40,7 @@ wheel_pi_heif_macos_arm_task:
4040
- brew install [email protected]
4141
- ln -s python3 /opt/homebrew/opt/[email protected]/bin/python
4242
install_cibuildwheel_script:
43-
- python3 -m pip install cibuildwheel==2.19.1
43+
- python3 -m pip install --break-system-packages cibuildwheel==2.19.1
4444
transform_to_pi_heif_script:
4545
- cp -r -v ./pi-heif/* .
4646
- python3 .github/transform_to-pi_heif.py

pi-heif/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ if im.info["depth_images"]:
9191
| CPython 3.10 ||||||
9292
| CPython 3.11 ||||||
9393
| CPython 3.12 ||||||
94-
| PyPy 3.8 v7.3 |||| N/A ||
9594
| PyPy 3.9 v7.3 |||| N/A ||
9695
| PyPy 3.10 v7.3 |||| N/A ||
9796

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ requires = [
77
[tool.cibuildwheel]
88
build-verbosity = "2"
99
build = [
10-
"cp38-* cp39-* cp310-* cp311-* cp312-* pp38-* pp39-* pp310-*",
10+
"cp38-* cp39-* cp310-* cp311-* cp312-* pp39-* pp310-*",
1111
]
1212
skip = [
13-
"cp36-* cp37-* pp37-*",
13+
"cp36-* cp37-* pp37-* pp38-*",
1414
]
1515
test-extras = "tests-min"
1616
test-command = "pytest {project}"

0 commit comments

Comments
 (0)