From c30ce0a625a75121164f0bdcc544e7ab03615d18 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 13 Sep 2022 20:53:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Don't=20test=20on=20Python=203.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I believe this was never supposed to work on Python 3.7 and there some problems with it: https://github.com/qurator-spk/sbb_textline_detection/issues/64 "Fix" this by removing the test on Python 3.7. Fixes gh-64. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d967f20..ec4f763 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ dist: xenial # required for Python >= 3.7 language: python python: - # sbb_textline_detector requires Python 3.6 or newer + # sbb_textline_detector requires Python 3.6 - "3.6" - - "3.7" + # broken on Python 3.7 (and never supposed to work) # tensorflow-gpu<2.0 is not available for Python 3.8 install: