Skip to content

Commit

Permalink
Build python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Nov 25, 2024
1 parent f890de4 commit b49d915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Use boost 1_72, since this allows c++11. We need c++11, since manylinux2014 only has gcc 4.8
# Can't use boost 1.53 (default on linux) because it doesn't have rtree functionality
# CIBW_BUILD: cp36-manylinux_x86_64 cp36-win_amd64 cp36-macosx_x86_64
CIBW_BUILD: cp313-manylinux_x86-64 cp310-manylinux_x86_64
CIBW_BUILD: cp313-manylinux_x86_64 # cp310-manylinux_x86_64
# CIBW_BUILD: cp310-macosx_x86_64
# PyPy compilation on MACOS doesn't work, possibly since there is no available numpy release for this
# Armadillo isn't available for i687 on Centos 7, making compilation more complicated
Expand Down

0 comments on commit b49d915

Please sign in to comment.