From 6f855653620761bafe4a8664b1947bd382449db2 Mon Sep 17 00:00:00 2001 From: Konstantin Tretyakov Date: Sat, 27 Jan 2024 21:00:36 +0000 Subject: [PATCH] Remove 3.8 from the list of Python versions to try on Travis-CI until issue #76 is fixed. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e96b414..e86b3ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - "3.5" - "3.6" - "3.7" - - "3.8" + # See https://github.com/konstantint/matplotlib-venn/issues/76 + # - "3.8" - "3.9" - "3.10" - "3.11"