Skip to content

Commit

Permalink
add 311
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyuLInx committed Dec 12, 2023
1 parent 6b834ad commit a966d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/supported_python_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ elif [[ ${minor_version} < 4 && ${major_version} == 1 ]]
then
py_versions='["3.8", "3.9", "3.10"]'
else
py_versions='["3.8", "3.9", "3.10"]'
py_versions='["3.8", "3.9", "3.10", "3.11"]'
fi
echo $py_versions
echo "versions=$py_versions" >> "$GITHUB_OUTPUT"

0 comments on commit a966d49

Please sign in to comment.