From acf86d45428e89a25db2b62a14e38f3b4f7afb70 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 27 Feb 2024 11:29:53 +0100 Subject: [PATCH] Apache Superset: Remove testing of Apache Superset 2.x It is no longer actively supported. --- .github/workflows/application-apache-superset.yml | 2 +- application/apache-superset/requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/application-apache-superset.yml b/.github/workflows/application-apache-superset.yml index d1514067..4efc8dd2 100644 --- a/.github/workflows/application-apache-superset.yml +++ b/.github/workflows/application-apache-superset.yml @@ -40,7 +40,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-22.04 ] - superset-version: [ "2.*", "3.*" ] + superset-version: [ "3.*" ] python-version: [ "3.11" ] cratedb-version: [ 'nightly' ] diff --git a/application/apache-superset/requirements.txt b/application/apache-superset/requirements.txt index 978a7439..caeaaf00 100644 --- a/application/apache-superset/requirements.txt +++ b/application/apache-superset/requirements.txt @@ -1,3 +1,2 @@ apache-superset crate[sqlalchemy]==0.35.2 -marshmallow_enum<2 # Seems to be missing from `apache-superset`?