From 3ef096f5851f295366c467310806de1340b35e00 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/application-apache-superset.yml b/.github/workflows/application-apache-superset.yml index 7f760aff..4cbf4f2f 100644 --- a/.github/workflows/application-apache-superset.yml +++ b/.github/workflows/application-apache-superset.yml @@ -41,7 +41,7 @@ jobs: matrix: os: [ ubuntu-22.04 ] superset-version: [ "3.*" ] - python-version: [ "3.9", "3.11" ] + python-version: [ "3.9", "3.12" ] cratedb-version: [ 'nightly' ] services: