Skip to content

Commit

Permalink
Add python 3.7 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Apr 3, 2019
1 parent 68323fc commit adf448d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
- 3.4
- 3.5
- 3.6
- 3.6-dev
- 3.7
- pypy3.5

env:
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ file and `list of open issues <https://github.com/dulwich/dulwich/issues>`_.
Supported versions of Python
----------------------------

At the moment, Dulwich supports (and is tested on) CPython 2.7, 3.4, 3.5, 3.6 and Pypy.
At the moment, Dulwich supports (and is tested on) CPython 2.7, 3.4, 3.5, 3.6,
3.7 and Pypy.

0 comments on commit adf448d

Please sign in to comment.