python3: update to 3.13.1.

This commit is contained in:
Andrew J. Hesford 2024-10-09 14:03:12 -04:00
parent 98c2f3dfb7
commit 53d581e2a4
7 changed files with 58 additions and 55 deletions

View file

@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
py2_sitelib="${py2_lib}/site-packages"
py2_inc="usr/include/python${py2_ver}"
py3_ver="3.12"
py3_ver="3.13"
py3_abiver=""
py3_lib="usr/lib/python${py3_ver}"
py3_sitelib="${py3_lib}/site-packages"