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]