Skip to content

Commit

Permalink
just: build CPython 3.12 in macOS release automation
Browse files Browse the repository at this point in the history
Forgot a reference to 3.12.
  • Loading branch information
indygreg committed Oct 3, 2023
1 parent 3279c63 commit daf8681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ release-build-macos tag:

rm -rf build dist
git checkout {{tag}}
for py in cpython-3.8 cpython-3.9 cpython-3.10 cpython-3.11; do
for py in cpython-3.8 cpython-3.9 cpython-3.10 cpython-3.11 cpython-3.12; do
for opt in pgo pgo+lto; do
./build-macos.py --python $py --optimizations $opt || ./build-macos.py --python $py --optimizations $opt
done
Expand Down

0 comments on commit daf8681

Please sign in to comment.