From 79fb20525c3a68048a34e04ad74edd16bc6d78de Mon Sep 17 00:00:00 2001 From: Yixin Dong Date: Thu, 13 Feb 2025 08:05:21 -0500 Subject: [PATCH] [Maintain] Support Python 3.13 for Manylinux (#200) This PR supports Python 3.13 for linux wheels. Other platforms are upcoming. --- scripts/build_xgrammar_wheel_manylinux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_xgrammar_wheel_manylinux.sh b/scripts/build_xgrammar_wheel_manylinux.sh index 6700bf89..69c2c71c 100755 --- a/scripts/build_xgrammar_wheel_manylinux.sh +++ b/scripts/build_xgrammar_wheel_manylinux.sh @@ -39,7 +39,7 @@ function audit_xgrammar_wheel() { } XGRAMMAR_PYTHON_DIR="/workspace/python" -PYTHON_VERSIONS_CPU=("3.9" "3.10" "3.11" "3.12") +PYTHON_VERSIONS_CPU=("3.9" "3.10" "3.11" "3.12" "3.13") while [[ $# -gt 0 ]]; do arg="$1"