From b6e36e1ed3c6bf6fa36ebc738984ad0f8a7e5b3b Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 27 Feb 2024 11:44:55 +0100 Subject: [PATCH] Apache Superset: Use Python 3.12 on CI --- .github/workflows/application-apache-superset.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/application-apache-superset.yml b/.github/workflows/application-apache-superset.yml index d27a2046..27e9cf28 100644 --- a/.github/workflows/application-apache-superset.yml +++ b/.github/workflows/application-apache-superset.yml @@ -47,7 +47,10 @@ jobs: # "3.*", "4.*", ] - python-version: [ "3.9", "3.11" ] + python-version: [ + "3.9", + "3.12", + ] cratedb-version: [ 'nightly' ] services: