Skip to content

Commit

Permalink
[ci] add wheel package for Python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHsiao1 committed Oct 20, 2024
1 parent 21359b5 commit 499030a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ make_wheels(){
plat_type=linux
plat_name=manylinux2014_x86_64
EXIV2_LIB_FILE='libexiv2.so'
for py_version in {7..12}
for py_version in {7..13}
do
make_wheels
done
Expand All @@ -71,7 +71,7 @@ done
plat_type=darwin
plat_name=macosx_14_0_arm64
EXIV2_LIB_FILE='libexiv2.dylib'
for py_version in {8..12}
for py_version in {8..13}
do
make_wheels
done
Expand All @@ -80,7 +80,7 @@ done
plat_type=win
plat_name=win_amd64
EXIV2_LIB_FILE='exiv2.dll'
for py_version in {6..12}
for py_version in {6..13}
do
make_wheels
done
Expand Down

0 comments on commit 499030a

Please sign in to comment.