···65806581 pypy = pypy2;
6582 pypy2 = pypy27;
6583- pypy3 = pypy310;
65846585 # Python interpreter that is build with all modules, including tkinter.
6586 # These are for compatibility and should not be used inside Nixpkgs.
···6652 python3Minimal
6653 pypy27
6654 pypy310
06655 ;
66566657 # List of extensions with overrides to apply to all Python package sets.
···6669 pypy27Packages = pypy27.pkgs;
6670 pypy3Packages = pypy3.pkgs;
6671 pypy310Packages = pypy310.pkgs;
066726673 pythonManylinuxPackages = callPackage ./../development/interpreters/python/manylinux { };
6674
···65806581 pypy = pypy2;
6582 pypy2 = pypy27;
6583+ pypy3 = pypy311;
65846585 # Python interpreter that is build with all modules, including tkinter.
6586 # These are for compatibility and should not be used inside Nixpkgs.
···6652 python3Minimal
6653 pypy27
6654 pypy310
6655+ pypy311
6656 ;
66576658 # List of extensions with overrides to apply to all Python package sets.
···6670 pypy27Packages = pypy27.pkgs;
6671 pypy3Packages = pypy3.pkgs;
6672 pypy310Packages = pypy310.pkgs;
6673+ pypy311Packages = pypy311.pkgs;
66746675 pythonManylinuxPackages = callPackage ./../development/interpreters/python/manylinux { };
6676