From bf12b1e8ae09964bfd438d7650d1565a60398c86 Mon Sep 17 00:00:00 2001 From: Denis Leemann Date: Wed, 27 Oct 2021 10:18:19 +0200 Subject: [PATCH] 15.0 requires python 3.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 864e08d..17dc6cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false cache: pip python: - - "3.6" + - "3.7" addons: postgresql: "9.5"