From 23759e4a6102774e0da41bd224c5769ba043d1dd Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 7 Dec 2024 10:18:30 +0100 Subject: [PATCH] use python 3.11 on Travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ff3305d..1fdd19a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ os: linux dist: focal language: python -python: "3.12" +python: "3.11" branches: except: