Commit 5211205c authored by Anderson Torres's avatar Anderson Torres
Browse files

pyp: remove restriction on 3.10

parent 9f384078
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -12341,8 +12341,7 @@ with pkgs;
  pywal = with python3Packages; toPythonApplication pywal;
  # pyp: tests fail on Python 3.11 -- why?
  pyp = with python310Packages; toPythonApplication pyp;
  pyp = with python3Packages; toPythonApplication pyp;
  pystring = callPackage ../development/libraries/pystring { };