python3: update to 3.11.0.

Also include bluez headers at build time to allow Bluetooth sockets in
the Python stdlib.

h/t: @sgn
This commit is contained in:
Andrew J. Hesford 2022-09-18 13:34:27 -04:00
parent f7a600fd5c
commit 6504d8e133
8 changed files with 47 additions and 31 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.10"
py3_ver="3.11"
py3_abiver=""
py3_lib="usr/lib/python${py3_ver}"
py3_sitelib="${py3_lib}/site-packages"