idjc: whitelist Python 3.11 3.12

This commit is contained in:
Đoàn Trần Công Danh 2022-09-22 00:16:03 +07:00
parent 0af896306d
commit 459e2e1046

View File

@ -5,7 +5,7 @@
# Generate python installation stuff
-m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3.8 python3.7 python3.9])
+m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3.8 python3.7 python3.9 python3.10])
+m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3.8 python3.7 python3.9 python3.10 python3.11 python3.12])
AM_PATH_PYTHON([3.7])
AC_SUBST([idjcpythondir], [\${pkglibdir}/site-packages])
AC_SUBST([idjcpkgpythondir], [\${pkglibdir}/site-packages/idjc])