From f23f50fcea225928bbae5a7b67a802258bcfa5fc Mon Sep 17 00:00:00 2001 From: "Sebastian M. Ernst" Date: Sat, 2 Feb 2019 19:10:36 +0100 Subject: [PATCH] python 3.7 is not dev anymore --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ee797ec..441ce902 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ matrix: - dist: xenial python: "3.6" - dist: xenial - python: "3.7-dev" + python: "3.7" # Get wine and mingw cross compiler # http://ubuntuhandbook.org/index.php/2017/01/install-wine-2-0-ubuntu-16-04-14-04-16-10/