Skip to content

Commit 463f7e7

Browse files
committed
Apache Superset: Use Python 3.9 and 3.11 on CI
1 parent 8e73e6a commit 463f7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
os: [ ubuntu-22.04 ]
4343
superset-version: [ "3.*" ]
44-
python-version: [ "3.11" ]
44+
python-version: [ "3.9", "3.11" ]
4545
cratedb-version: [ 'nightly' ]
4646

4747
services:

0 commit comments

Comments
 (0)