Skip to content

Commit

Permalink
build-many: Py 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Nov 6, 2024
1 parent 0be54ac commit f292e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/build-many.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ do
3.10) ABI=cp310-cp310 ;;
3.11) ABI=cp311-cp311 ;;
3.12) ABI=cp312-cp312 ;;
3.13) ABI=cp313-cp313 ;;
*)
echo "Unknown Python version $1"
exit 2
Expand Down

0 comments on commit f292e5b

Please sign in to comment.