Skip to content

Commit

Permalink
Add py3.11 and py3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jithunnair-amd committed Oct 8, 2024
1 parent 31de77d commit e1bf985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/pkg_helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ setup_wheel_python() {
3.8) python_abi=cp38-cp38 ;;
3.9) python_abi=cp39-cp39 ;;
3.10) python_abi=cp310-cp310 ;;
3.11) python_abi=cp311-cp311 ;;
3.12) python_abi=cp312-cp312 ;;
*)
echo "Unrecognized PYTHON_VERSION=$PYTHON_VERSION"
exit 1
Expand Down

0 comments on commit e1bf985

Please sign in to comment.