From ebbd06ad846222ffef6746d4bc092a747ee56175 Mon Sep 17 00:00:00 2001 From: Simon Heimberg Date: Thu, 24 Jul 2025 10:49:54 +0200 Subject: [PATCH] check with newer python versions on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5112442..2268162 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ python: - "3.4" - "3.5" - "3.6" + - "3.11" + - "3.12" install: - python setup.py --quiet install