Switch to python 3.13
All checks were successful
test / test (push) Successful in 22s
build / build (push) Successful in 1m17s

This commit is contained in:
Torjus Håkestad 2025-01-24 22:18:51 +01:00
parent 03bee04d83
commit 454a59b59b
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -55,7 +55,7 @@
# Base Python package set from pyproject.nix
baseSet = pkgs.callPackage pyproject-nix.build.packages {
python = pkgs.python312;
python = pkgs.python313;
};
# An overlay of build fixups & test additions
@ -113,7 +113,6 @@
};
};
});
};
in