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 8f59706 commit 5982d2aCopy full SHA for 5982d2a
.github/workflows/application-apache-superset.yml
@@ -57,14 +57,25 @@ jobs:
57
# Superset 6.x will work without much ado.
58
"6.0.0rc2",
59
]
60
- python-version: [ "3.9", "3.11" ]
+ python-version: [
61
+ "3.9",
62
+ "3.10",
63
+ "3.11",
64
+ ]
65
cratedb-version: [ 'nightly' ]
66
67
exclude:
68
# Apache Superset 6.x no longer supports Python 3.9.
69
- superset-version: "6.0.0rc2"
70
python-version: "3.9"
71
72
+ include:
73
+ # Apache Superset 6.x supports Python 3.12.
74
+ - os: "ubuntu-22.04"
75
+ cratedb-version: "nightly"
76
+ superset-version: "6.0.0rc2"
77
+ python-version: "3.12"
78
+
79
80
services:
81
cratedb:
0 commit comments