From 57d5a62f60e6bc9846be9f57ad79a5925583803d Mon Sep 17 00:00:00 2001 From: Olaf Wagner Date: Mon, 29 Jan 2024 16:07:38 +0100 Subject: [PATCH] revert to 3.6 here --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c0f2b0b..e58e4e65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ cache: - $HOME/.cache/pre-commit python: - - "3.9" + - "3.6" addons: postgresql: "9.6"