Skip to content

Commit

Permalink
Drop Python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Jun 6, 2020
1 parent 9d231f9 commit 787ddc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Change Log
0.3.8 - 2020-06-06
------------------

* Drop Python 2 support
* Windows compatibility: "" quote Python interpreter path (#115, @fcollonval)
* Add ``--dry-run`` flag (#122)
* Support specifying ``keep_output`` as a cell tag (#117, @scottcode)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"Framework :: IPython",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Version Control",
])

0 comments on commit 787ddc9

Please sign in to comment.