From 01ec8d0278561572a1d5bd753a465933e642ff04 Mon Sep 17 00:00:00 2001 From: arnold Date: Fri, 24 May 2024 13:06:59 +0200 Subject: [PATCH] Travis run Python 3.10 --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a8684313..72225233b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,13 @@ branches: - /^v\d+\.\d+\.\d+$/ jdk: openjdk11 -scala: 2.12.9 -python: "3.10" +scala: + - 2.12.9 + +python: + - "3.10" + before_install: - unset _JAVA_OPTIONS - unset SBT_OPTS