python35Packages.ipython: python35 not supported
This commit is contained in:
parent
53ec7111d8
commit
ec1dc42420
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "ipython";
|
||||
version = "7.10.2";
|
||||
disabled = pythonOlder "3.5";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue