Skip to content

Commit d75591f

Browse files
author
hauntsaninja
committed
Update README.md to reflect Python 3.8 support
Fixes simonpercivall#48
1 parent 2acce01 commit d75591f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Basic example::
3030
astunparse.dump(ast.parse(inspect.getsource(ast)))
3131

3232

33-
This library is single-source compatible with Python 2.6 through Python 3.5. It
33+
This library is single-source compatible with Python 2.6 through Python 3.8. It
3434
is authored by the Python core developers; I have simply merged the Python 2.7
35-
and the Python 3.5 source and test suites, and added a wrapper. This factoring
35+
and the Python 3.8 source and test suites, and added a wrapper. This factoring
3636
out is to provide a library implementation that supports both versions.
3737

3838
Added to this is a pretty-printing ``dump`` utility function.

0 commit comments

Comments
 (0)