From: Noah Morrison Date: Sun, 21 Apr 2019 20:03:14 +0000 (-0400) Subject: Add Python 3.7 to the Python list X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=e01e3e96707312c7f0e6ffab6d659a6f27d08ac2;p=chevron.git Add Python 3.7 to the Python list --- diff --git a/.travis.yml b/.travis.yml index 01bf118..68db58b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ python: - '3.4' - '3.5' - '3.6' + - '3.7' - pypy matrix: