Skip to content

Commit

Permalink
use python 3.12 for pre
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 4, 2024
1 parent c3d7671 commit 28cd6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/base-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
# Handle default python value based on dependency type.
if [ $DEPENDENCY_TYPE == "pre" ]; then
DEFAULT_PYTHON="3.11"
DEFAULT_PYTHON="3.12"
elif [ $DEPENDENCY_TYPE == "minimum" ]; then
DEFAULT_PYTHON="3.8"
elif [ $DEPENDENCY_TYPE != "standard" ]; then
Expand Down

0 comments on commit 28cd6d0

Please sign in to comment.