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`?