playonlinux: pin Python version to 3.12 (#509299)

This commit is contained in:
Arne Keller
2026-07-09 14:11:15 +00:00
committed by GitHub
+2 -2
View File
@@ -11,7 +11,7 @@
mesa-demos,
netcat-gnu,
p7zip,
python3,
python312,
unzip,
wget,
wine,
@@ -70,7 +70,7 @@ let
libGL
];
python = python3.withPackages (
python = python312.withPackages (
ps: with ps; [
wxpython
setuptools