Skip to content

Commit

Permalink
Apache Superset: Remove testing of Apache Superset 2.x
Browse files Browse the repository at this point in the history
It is no longer actively supported.
  • Loading branch information
amotl committed Feb 27, 2024
1 parent 507d89d commit acf86d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/application-apache-superset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]

Expand Down
1 change: 0 additions & 1 deletion application/apache-superset/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
apache-superset
crate[sqlalchemy]==0.35.2
marshmallow_enum<2 # Seems to be missing from `apache-superset`?

0 comments on commit acf86d4

Please sign in to comment.