Skip to content

Commit c877de4

Browse files
atalmanmthrok
andauthored
Update packaging/pkg_helpers.bash
Co-authored-by: moto <855818+mthrok@users.noreply.github.com>
1 parent 2539a82 commit c877de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pkg_helpers.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ setup_wheel_python() {
197197
3.7) python_abi=cp37-cp37m ;;
198198
3.8) python_abi=cp38-cp38 ;;
199199
3.9) python_abi=cp39-cp39 ;;
200-
3.9) python_abi=cp310-cp310 ;;
200+
3.10) python_abi=cp310-cp310 ;;
201201
*)
202202
echo "Unrecognized PYTHON_VERSION=$PYTHON_VERSION"
203203
exit 1

0 commit comments

Comments
 (0)