From b403a1e25bdaa84fc32bc1422dc41c8f19984a62 Mon Sep 17 00:00:00 2001 From: Sergey Kikevich Date: Mon, 11 Dec 2023 18:31:58 +0300 Subject: [PATCH] chore: update Travis CI yml to test with Python 3.9-3.11 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf13c82..45cdae9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ language: python dist: focal python: - - "3.8" - "3.9" + - "3.10" - "3.11" # command to install dependencies