We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f890de4 commit b49d915Copy full SHA for b49d915
.github/workflows/package.yml
@@ -51,7 +51,7 @@ jobs:
51
# Use boost 1_72, since this allows c++11. We need c++11, since manylinux2014 only has gcc 4.8
52
# Can't use boost 1.53 (default on linux) because it doesn't have rtree functionality
53
# CIBW_BUILD: cp36-manylinux_x86_64 cp36-win_amd64 cp36-macosx_x86_64
54
- CIBW_BUILD: cp313-manylinux_x86-64 cp310-manylinux_x86_64
+ CIBW_BUILD: cp313-manylinux_x86_64 # cp310-manylinux_x86_64
55
# CIBW_BUILD: cp310-macosx_x86_64
56
# PyPy compilation on MACOS doesn't work, possibly since there is no available numpy release for this
57
# Armadillo isn't available for i687 on Centos 7, making compilation more complicated
0 commit comments