From 1be422b4168db31bd207010212a4918382771bd2 Mon Sep 17 00:00:00 2001 From: Avi Shinnar Date: Mon, 28 Aug 2023 09:48:59 -0400 Subject: [PATCH] update Python versions we tests against with travis Signed-off-by: Avi Shinnar --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index afc6650..e635272 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ dist: xenial language: python python: - "3.7" - - "3.6" + - "3.8" + - "3.9" + - "3.10" install: - pip install --upgrade --upgrade-strategy eager importlib-metadata - pip list