Skip to content

Commit

Permalink
Apache Superset: Use Python 3.12 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 16, 2024
1 parent 5aadb16 commit 3ef096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/application-apache-superset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
os: [ ubuntu-22.04 ]
superset-version: [ "3.*" ]
python-version: [ "3.9", "3.11" ]
python-version: [ "3.9", "3.12" ]
cratedb-version: [ 'nightly' ]

services:
Expand Down

0 comments on commit 3ef096f

Please sign in to comment.