Skip to content

Commit 74eefb0

Browse files
committed
Apache Superset: Validate against version 6.0.0rc2
1 parent fe916eb commit 74eefb0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,19 @@ jobs:
5353
# Don't test 5.x until there will be a patch release 5.0.1.
5454
# https://github.com/apache/superset/issues/35942
5555
# "5.*",
56+
57+
# Superset 6.x will work without much ado.
58+
"6.0.0rc2",
5659
]
5760
python-version: [ "3.9", "3.11" ]
5861
cratedb-version: [ 'nightly' ]
5962

63+
exclude:
64+
# Apache Superset 6.x no longer supports Python 3.9.
65+
- superset-version: "6.0.0rc2"
66+
python-version: "3.9"
67+
68+
6069
services:
6170
cratedb:
6271
image: crate/crate:${{ matrix.cratedb-version }}

0 commit comments

Comments
 (0)