From c48550f26576e4fc7bd97e1e68b31eadc0ec7151 Mon Sep 17 00:00:00 2001 From: "Michael \"M3\" Lasevich" Date: Sun, 11 Dec 2022 20:46:42 -0800 Subject: [PATCH] Remove 3.6 build on travis as it is breaking pypi --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 313fe69..24b0332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: -- '3.6' +#- '3.6' - '3.7' - '3.8' - '3.9'