Skip to content

Commit acf86d4

Browse files
committed
Apache Superset: Remove testing of Apache Superset 2.x
It is no longer actively supported.
1 parent 507d89d commit acf86d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/application-apache-superset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ ubuntu-22.04 ]
43-
superset-version: [ "2.*", "3.*" ]
43+
superset-version: [ "3.*" ]
4444
python-version: [ "3.11" ]
4545
cratedb-version: [ 'nightly' ]
4646

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
apache-superset
22
crate[sqlalchemy]==0.35.2
3-
marshmallow_enum<2 # Seems to be missing from `apache-superset`?

0 commit comments

Comments
 (0)