Skip to content

Commit

Permalink
Apple Silicon: added Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Jul 30, 2022
1 parent 4098ae9 commit c4ec1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/wheels_m1.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
run(args, check=True)
print("Start building...")
modified_env = dict(environ)
modified_env["CIBW_SKIP"] = "pp* cp36-* cp37-* cp38-*"
modified_env["CIBW_SKIP"] = "pp* cp36-* cp37-*"
modified_env["CIBW_BUILD"] = "*-macosx_arm64"
modified_env["CIBW_ARCHS"] = "arm64"
modified_env["CIBW_PLATFORM"] = "macos"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ for img in ImageSequence.Iterator(pil_img):
|--------------------|:---------------:|:-----------------:|:-----------------:|:----------:|:----------:|
| CPython 3.6 | N/A | N/A | N/A |||
| CPython 3.7 || N/A ||||
| CPython 3.8 || N/A ||||
| CPython 3.8 || ||||
| CPython 3.9 ||||||
| CPython 3.10 ||||||
| CPython 3.11 ||||||
Expand Down

0 comments on commit c4ec1cd

Please sign in to comment.