Skip to content

Commit 7c4cd5b

Browse files
committed
Application/Superset: Stop testing Apache Superset 3.x
The fix to make it work would be easy and landed in 4.x already, but upstream doesn't seem to get it into 3.x somehow.
1 parent 81e99cb commit 7c4cd5b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ ubuntu-22.04 ]
43-
superset-version: [ "3.*", "4.*" ]
43+
superset-version: [
44+
# Deactivate testing 3.x until that patch landed.
45+
# https://github.com/apache/superset/issues/33162
46+
# https://github.com/apache/superset/pull/33216
47+
# "3.*",
48+
"4.*",
49+
]
4450
python-version: [ "3.9", "3.11" ]
4551
cratedb-version: [ 'nightly' ]
4652

0 commit comments

Comments
 (0)