Skip to content

Commit

Permalink
[mk/sysdep] Arch moved to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jul 1, 2024
1 parent a574bbb commit 0a04384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/sysdep/python.mk
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ else ifeq (CentOS,${OPSYS})
else ifeq (Rocky,${OPSYS})
PREFER_ALTERNATIVE.python?= python36
else ifeq (Arch,${OPSYS})
PREFER_ALTERNATIVE.python?= python311 python27
PREFER_ALTERNATIVE.python?= python312
else ifeq (NetBSD,${OPSYS})
PREFER_ALTERNATIVE.python?= python310 python27
endif
Expand Down

0 comments on commit 0a04384

Please sign in to comment.