From adf448dcfd099362714aba16e6a915038ed816df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Wed, 3 Apr 2019 01:44:40 +0000 Subject: [PATCH] Add python 3.7 support. --- .travis.yml | 2 +- README.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9433e71d4..3cf62b6e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: - 3.4 - 3.5 - 3.6 - - 3.6-dev + - 3.7 - pypy3.5 env: diff --git a/README.rst b/README.rst index f2c3b05ed..81be1361a 100644 --- a/README.rst +++ b/README.rst @@ -93,4 +93,5 @@ file and `list of open 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.