From 48d2bd393787ba2dff6f1042fc3f9790fe9b5a0c Mon Sep 17 00:00:00 2001 From: rosjat Date: Sat, 23 May 2026 13:42:29 +0200 Subject: [PATCH] chore: update travis CI - using jammy now - updated python verion to 3.10 - 3.14-dev Signed-off-by: rosjat --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 72c2970..4501ebf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,17 +2,18 @@ # # SPDX-License-Identifier: MIT -dist: xenial +dist: jammy language: python matrix: include: - - python: 3.5 - - python: 3.6 - - python: 3.7 - - python: 3.8 - - python: 3.9-dev + - python: 3.10 + - python: 3.11 + - python: 3.12 + - python: 3.13 + - python: 3.14-dev -script: +install: + - pip install --upgrade pip - pip install .[dev]