From 9ac5abee4980cdd10b5bc3973322824e3f5653a9 Mon Sep 17 00:00:00 2001 From: henry senyondo Date: Sun, 18 Dec 2022 19:10:42 -0500 Subject: [PATCH] Remove 3.7 Due to compatibility issues that are not caused by the project we skip 3.7 ref : https://github.com/TheKevJames/coveralls-python/pull/337 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5562eb..861a4f1 100755 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,9 @@ sudo: false language: python python: - "3.6" - - "3.7" - "3.8" + - "3.9" + - "3.10" install: - "pip install python-coveralls" - "pip install -e .[test]"