We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4223bcd commit cac4c99Copy full SHA for cac4c99
.github/workflows/application-apache-superset.yml
@@ -40,7 +40,13 @@ jobs:
40
fail-fast: false
41
matrix:
42
os: [ ubuntu-22.04 ]
43
- superset-version: [ "3.*", "4.*" ]
+ 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
+ ]
50
python-version: [ "3.9", "3.11" ]
51
cratedb-version: [ 'nightly' ]
52
0 commit comments