update(python): 3.9 -> 3.10

This commit is contained in:
steveej 2022-08-13 20:09:09 +02:00
parent c4ffc423d5
commit e0613a37c8

View file

@ -88,7 +88,7 @@ in rec {
staruml = pkgs.callPackage ../pkgs/staruml.nix { inherit (pkgs.gnome2) GConf; libgcrypt = pkgs.libgcrypt_1_5; }; staruml = pkgs.callPackage ../pkgs/staruml.nix { inherit (pkgs.gnome2) GConf; libgcrypt = pkgs.libgcrypt_1_5; };
pythonPackages = myPython; pythonPackages = myPython;
myPython = pkgs.python39.withPackages (ps: with ps; [ myPython = pkgs.python310.withPackages (ps: with ps; [
pep8 yapf flake8 pep8 yapf flake8
# autopep8 (broken) # autopep8 (broken)
# pylint (broken) # pylint (broken)
@ -102,7 +102,7 @@ in rec {
cffi cffi
pyopenssl pyopenssl
urllib3 urllib3
mistune # mistune (insecure)
sympy sympy
flask flask