From b3eed582aafd31bd49bfc93f388da59f4ee1d531 Mon Sep 17 00:00:00 2001 From: Jonathan Madsen Date: Mon, 16 Oct 2023 04:16:20 -0500 Subject: [PATCH] Update scripts/build-release.sh - Default to python 3.6-3.12 (i.e. add Python 3.12) --- scripts/build-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-release.sh b/scripts/build-release.sh index 39375a850..53c27c79f 100755 --- a/scripts/build-release.sh +++ b/scripts/build-release.sh @@ -15,7 +15,7 @@ : ${MAX_THREADS:=2048} : ${PERFETTO_TOOLS:="ON"} : ${HIDDEN_VIZ:="ON"} -: ${PYTHON_VERSIONS:="6 7 8 9 10 11"} +: ${PYTHON_VERSIONS:="6 7 8 9 10 11 12"} : ${GENERATORS:="STGZ DEB RPM"} : ${MPI_IMPL:="openmpi"} : ${CLEAN:=0}