From 6ea51bd0b0bfbb46e1e676335e5a01e128406637 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 13 Nov 2023 21:00:19 +0100 Subject: [PATCH] add more python versions to .travis.yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7fa2e442..edf47fa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,12 +20,17 @@ env: - PYTHON_VERSION=3.7 - PYTHON_VERSION=3.8 - PYTHON_VERSION=3.9 + - PYTHON_VERSION=3.10 + - PYTHON_VERSION=3.11 + - PYTHON_VERSION=3.12 + # TODO: add more recent python versions? will later address this in the issue claiming we follow numpy before_install: - wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh - wget https://github.com/mzwiessele/travis_scripts/raw/master/install_retry.sh - source download_miniconda.sh - echo $PATH +# why not cloning a miniconda container?! install: - echo $PATH