Force Python 3.12 target

This commit is contained in:
inference 2023-10-14 19:57:09 +01:00
parent 03fefa2ef4
commit 8ab369f1b9
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -4,7 +4,7 @@
# Copyright 2022 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause
# Version: 16.0.0-alpha.10+54
# Version: 16.0.0-alpha.11+55
# System
@ -55,3 +55,5 @@ VIDEO_CARDS="amdgpu radeonsi"
ABI_X86="64"
## LLVM target flags
LLVM_TARGETS="X86"
## Python target flags
PYTHON_TARGETS="python3_12"