Skip to content

Commit c4ec1cd

Browse files
committed
Apple Silicon: added Python 3.8
1 parent 4098ae9 commit c4ec1cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/wheels_m1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
run(args, check=True)
1313
print("Start building...")
1414
modified_env = dict(environ)
15-
modified_env["CIBW_SKIP"] = "pp* cp36-* cp37-* cp38-*"
15+
modified_env["CIBW_SKIP"] = "pp* cp36-* cp37-*"
1616
modified_env["CIBW_BUILD"] = "*-macosx_arm64"
1717
modified_env["CIBW_ARCHS"] = "arm64"
1818
modified_env["CIBW_PLATFORM"] = "macos"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ for img in ImageSequence.Iterator(pil_img):
165165
|--------------------|:---------------:|:-----------------:|:-----------------:|:----------:|:----------:|
166166
| CPython 3.6 | N/A | N/A | N/A |||
167167
| CPython 3.7 || N/A ||||
168-
| CPython 3.8 || N/A ||||
168+
| CPython 3.8 || ||||
169169
| CPython 3.9 ||||||
170170
| CPython 3.10 ||||||
171171
| CPython 3.11 ||||||

0 commit comments

Comments
 (0)