Skip to content

Commit b49d915

Browse files
committed
Build python 3.13
1 parent f890de4 commit b49d915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Use boost 1_72, since this allows c++11. We need c++11, since manylinux2014 only has gcc 4.8
5252
# Can't use boost 1.53 (default on linux) because it doesn't have rtree functionality
5353
# CIBW_BUILD: cp36-manylinux_x86_64 cp36-win_amd64 cp36-macosx_x86_64
54-
CIBW_BUILD: cp313-manylinux_x86-64 cp310-manylinux_x86_64
54+
CIBW_BUILD: cp313-manylinux_x86_64 # cp310-manylinux_x86_64
5555
# CIBW_BUILD: cp310-macosx_x86_64
5656
# PyPy compilation on MACOS doesn't work, possibly since there is no available numpy release for this
5757
# Armadillo isn't available for i687 on Centos 7, making compilation more complicated

0 commit comments

Comments
 (0)