python3Minimal: 3.9 -> 3.10

This commit is contained in:
Martin Weinelt 2022-05-29 20:17:02 +02:00 committed by Jonathan Ringer
parent 11ea0e99b7
commit f1ac3fa330
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -230,7 +230,7 @@ in {
enableOptimizations = false;
enableLTO = false;
mimetypesSupport = false;
} // sources.python39)).overrideAttrs(old: {
} // sources.python310)).overrideAttrs(old: {
# TODO(@Artturin): Add this to the main cpython expr
strictDeps = true;
pname = "python3-minimal";