From 690d1940ec701f5d8575e6478362856d24fe6c8c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 2 Oct 2023 22:52:16 +0300 Subject: [PATCH] Add 3.12 to Travis CI --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7b27370..b4fc3a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,11 @@ matrix: fast_finish: true include: - python: 'pypy3' + - python: '3.12' + - python: '3.12' + dist: focal + - python: '3.12' + dist: bionic - python: '3.11' - python: '3.11' dist: focal