python3: update to 3.10.0.

This commit is contained in:
Andrew J. Hesford
2021-09-24 21:58:45 -04:00
parent e7ca679824
commit 9b61ec59f9
6 changed files with 24 additions and 28 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.9"
py3_ver="3.10"
py3_abiver=""
py3_lib="usr/lib/python${py3_ver}"
py3_sitelib="${py3_lib}/site-packages"