Skip to content

Commit

Permalink
docs: remove line about Python 2.7 being unsupported
Browse files Browse the repository at this point in the history
According to the README and setup.py, we do support Python 2.7
  • Loading branch information
rwhogg committed Oct 20, 2022
1 parent aecd927 commit 0649371
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/migrating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ Will be written like this in the new version::
def function1(arg1, arg2, *, arg3=None, arg4=None)
pass

Note that this could change if Python 2.7 support is added at some point, which
is still a possibility.

Exceptions
==========

Expand Down

0 comments on commit 0649371

Please sign in to comment.