| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Nice. +didkit-0.3.0-cp310-cp310-macosx_10_7_x86_64.whl
+didkit-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
didkit-0.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
didkit-0.3.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
didkit-0.3.0-cp310-none-win32.whl
didkit-0.3.0-cp310-none-win_amd64.whl
didkit-0.3.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
didkit-0.3.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
+didkit-0.3.0-cp37-cp37m-macosx_10_7_x86_64.whl
+didkit-0.3.0-cp37-cp37m-macosx_11_0_arm64.whl
didkit-0.3.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
didkit-0.3.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
didkit-0.3.0-cp37-none-win32.whl
didkit-0.3.0-cp37-none-win_amd64.whl
+didkit-0.3.0-cp38-cp38-macosx_10_7_x86_64.whl
+didkit-0.3.0-cp38-cp38-macosx_11_0_arm64.whl
didkit-0.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
didkit-0.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
+didkit-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
+didkit-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
+didkit-0.3.0-cp38-cp38-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
+didkit-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
+didkit-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
didkit-0.3.0-cp38-none-win32.whl
didkit-0.3.0-cp38-none-win_amd64.whl
didkit-0.3.0-cp39-cp39-macosx_10_7_x86_64.whl
-didkit-0.3.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
+didkit-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
didkit-0.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
didkit-0.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
-didkit-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
-didkit-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
-didkit-0.3.0-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
-didkit-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
-didkit-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
didkit-0.3.0-cp39-none-win32.whl
didkit-0.3.0-cp39-none-win_amd64.whl
didkit-0.3.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl |
Sorry, something went wrong.
|
Ah thanks, that's a better way of showing the changes. As you can see in the end it mainly fixes macos by generating all python versions. And I decided to stop using universal2 and have native packages. |
Sorry, something went wrong.
| env: | ||
| PYO3_CROSS_LIB_DIR: /opt/python/cp38-cp38/lib |
There was a problem hiding this comment.
Why 3.8 rather than 3.9?
If this env var is removed, would builds be made for all the available binding versions on {aarch64, armv7, s390x, ppc64le, ppc64} like for {x86_64, i686} - or is this env var required for cross-compiling other than from x86_64 to i686?
Sorry, something went wrong.
There was a problem hiding this comment.
It's required for builds that use manylinux (so all but x86 and i686) -- 3.7 wasn't working, I suppose we could add a matrix for 3.8 and 3.9 (maybe 3.10). And I decreased to 3.8 because I'm still not sure whether wheels can be forced to be used from a new Python version.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Certain odd linux architectures are stuck on 3.8 (e.g. arm, or powerpc) but now all OS with their major archs have 3.7--3.10 available.
Wheels artifacts available under e.g. https://github.com/spruceid/didkit-python/actions/runs/1989782516
Close #2
Close #3