Skip to content

Commit 2db85c8

Browse files
committed
Apache Superset: Use more recent versions of Python on CI
1 parent b56f31e commit 2db85c8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,25 @@ jobs:
5757
# Superset 6.x will work without much ado.
5858
"6.0.0rc2",
5959
]
60-
python-version: [ "3.9", "3.11" ]
60+
python-version: [
61+
"3.9",
62+
"3.10",
63+
"3.11",
64+
]
6165
cratedb-version: [ 'nightly' ]
6266

6367
exclude:
6468
# Apache Superset 6.x no longer supports Python 3.9.
6569
- superset-version: "6.0.0rc2"
6670
python-version: "3.9"
6771

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+
6879

6980
services:
7081
cratedb:

0 commit comments

Comments
 (0)