Merge pull request #95305 from jonringer/remove-py35

python35: remove
This commit is contained in:
Frederik Rietdijk
2020-08-15 09:08:47 +02:00
committed by GitHub
6 changed files with 6 additions and 92 deletions
-2
View File
@@ -4424,8 +4424,6 @@ in {
ipython = if isPy27 then
callPackage ../development/python-modules/ipython/5.nix { }
else if isPy35 then
callPackage ../development/python-modules/ipython/7.9.nix { }
else
callPackage ../development/python-modules/ipython { };