Skip to content

Commit

Permalink
Change default python version to 3.12 for image builds (#107209)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jan 5, 2024
1 parent 00ff93a commit 8017661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
BUILD_TYPE: core
DEFAULT_PYTHON: "3.11"
DEFAULT_PYTHON: "3.12"

jobs:
init:
Expand Down

0 comments on commit 8017661

Please sign in to comment.