Skip to content

Commit b6e36e1

Browse files
committed
Apache Superset: Use Python 3.12 on CI
1 parent 8a82165 commit b6e36e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ jobs:
4747
# "3.*",
4848
"4.*",
4949
]
50-
python-version: [ "3.9", "3.11" ]
50+
python-version: [
51+
"3.9",
52+
"3.12",
53+
]
5154
cratedb-version: [ 'nightly' ]
5255

5356
services:

0 commit comments

Comments
 (0)