···6580658065816581 pypy = pypy2;
65826582 pypy2 = pypy27;
65836583- pypy3 = pypy310;
65836583+ pypy3 = pypy311;
6584658465856585 # Python interpreter that is build with all modules, including tkinter.
65866586 # These are for compatibility and should not be used inside Nixpkgs.
···66526652 python3Minimal
66536653 pypy27
66546654 pypy310
66556655+ pypy311
66556656 ;
6656665766576658 # List of extensions with overrides to apply to all Python package sets.
···66696670 pypy27Packages = pypy27.pkgs;
66706671 pypy3Packages = pypy3.pkgs;
66716672 pypy310Packages = pypy310.pkgs;
66736673+ pypy311Packages = pypy311.pkgs;
6672667466736675 pythonManylinuxPackages = callPackage ./../development/interpreters/python/manylinux { };
66746676