File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 | ✅ | ✅ | ✅ | ✅ | ✅ |
You can’t perform that action at this time.
0 commit comments