From d9c53d73b80b52b36dd2f71e1e47aeaf682742ec Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Tue, 13 Mar 2018 14:58:23 -0600 Subject: TST: Start testing with Python 3.7-dev. Cython 0.28.0 is out and should be compatible with the upcoming Python 3.7, so start testing with that Python version. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fca0c632d..4e71143b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,7 @@ python: - 3.4 - 3.5 - 3.6 + - 3.7-dev matrix: include: - python: 2.7 -- cgit v1.2.1