python3: 3.10 -> 3.11

Updates the default python version to 3.11, while keeping 3.10 around
until after the NixOS 23.11 release.
This commit is contained in:
Martin Weinelt
2023-09-27 15:32:44 +02:00
parent 6626399ea9
commit d77e13848d
2 changed files with 3 additions and 3 deletions
@@ -127,7 +127,7 @@ in {
enableOptimizations = false;
enableLTO = false;
mimetypesSupport = false;
} // sources.python310)).overrideAttrs(old: {
} // sources.python311)).overrideAttrs(old: {
# TODO(@Artturin): Add this to the main cpython expr
strictDeps = true;
pname = "python3-minimal";