Skip to content

Commit

Permalink
Update scripts/build-release.sh
Browse files Browse the repository at this point in the history
- Default to python 3.6-3.12 (i.e. add Python 3.12)
  • Loading branch information
jrmadsen committed Oct 16, 2023
1 parent e586d59 commit b3eed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b3eed58

Please sign in to comment.