Skip to content

Commit

Permalink
Add dependency for python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbernstein authored and gotcha committed May 26, 2021
1 parent 310544e commit 3af774f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
'toml >= 0.10.2'
],
# No support for python 3.0, 3.1, 3.2.
':python_version == "3.4"': ['ipython >= 6.0.0, < 7.0.0', 'toml >= 0.10.2'],
':python_version == "3.4"': ['ipython >= 6.0.0, < 7.0.0', 'toml >= 0.10.2', 'decorator < 5.0.0'],
':python_version == "3.5"': ['ipython >= 7.0.0, < 7.10.0', 'toml >= 0.10.2'],
':python_version == "3.6"': ['ipython >= 7.10.0, < 7.17.0', 'toml >= 0.10.2'],
':python_version > "3.6"': ['ipython >= 7.17.0', 'toml >= 0.10.2'],
Expand Down

0 comments on commit 3af774f

Please sign in to comment.