File tree Expand file tree Collapse file tree
development/interpreters/python Expand file tree Collapse file tree Original file line number Diff line number Diff line change 127127 enableOptimizations = false ;
128128 enableLTO = false ;
129129 mimetypesSupport = false ;
130- } // sources . python310 ) ) . overrideAttrs ( old : {
130+ } // sources . python311 ) ) . overrideAttrs ( old : {
131131 # TODO(@Artturin): Add this to the main cpython expr
132132 strictDeps = true ;
133133 pname = "python3-minimal" ;
Original file line number Diff line number Diff line change @@ -18045,11 +18045,11 @@ with pkgs;
1804518045 # available as `pythonPackages.tkinter` and can be used as any other Python package.
1804618046 # When switching these sets, please update docs at ../../doc/languages-frameworks/python.md
1804718047 python2 = python27;
18048- python3 = python310 ;
18048+ python3 = python311 ;
1804918049
1805018050 # pythonPackages further below, but assigned here because they need to be in sync
1805118051 python2Packages = dontRecurseIntoAttrs python27Packages;
18052- python3Packages = dontRecurseIntoAttrs python310Packages ;
18052+ python3Packages = dontRecurseIntoAttrs python311Packages ;
1805318053
1805418054 pypy = pypy2;
1805518055 pypy2 = pypy27;
You can’t perform that action at this time.
0 commit comments