Skip to content

Commit

Permalink
Merge pull request #457 from jamespic/master
Browse files Browse the repository at this point in the history
Add python_requires for Python 3.6+ compatibility
  • Loading branch information
ccordoba12 committed Nov 24, 2020
2 parents cc07dd8 + 34160a2 commit 8a72d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
license = 'BSD',
platforms = "Linux, Mac OS X, Windows",
keywords = ['Interactive', 'Interpreter', 'Shell'],
python_requires = '>= 3.6',
install_requires = [
'traitlets',
'ipython_genutils',
Expand Down

0 comments on commit 8a72d0b

Please sign in to comment.