From 52b06115610c52fff47e32a40630ec48201843dd 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 fe40ee1a..c4759095 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.*", "4.*" ] - python-version: [ "3.9", "3.11" ] + python-version: [ "3.9", "3.12" ] cratedb-version: [ 'nightly' ] services: