From 0d49e1c04352bea8fd35cd2d9d11141a1ab1a0de Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 27 Feb 2024 11:51:08 +0100 Subject: [PATCH] Apache Superset: Use Python 3.9 and 3.11 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 4efc8dd2..7f760aff 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.11" ] + python-version: [ "3.9", "3.11" ] cratedb-version: [ 'nightly' ] services: