py3c: unpin python311

This commit is contained in:
Peder Bergebakken Sundt
2025-05-30 03:56:42 +02:00
parent b191a71325
commit ac08339ad2
+3 -2
View File
@@ -2,7 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
python311,
python3,
}:
stdenv.mkDerivation rec {
@@ -30,7 +30,8 @@ stdenv.mkDerivation rec {
doCheck = true;
nativeCheckInputs = [
python311
python3
python3.pkgs.distutils
];
checkTarget = "test-python";