idjc: whitelist Python 3.11 3.12
This commit is contained in:
parent
0af896306d
commit
459e2e1046
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user