File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 5858 matrix :
5959 include :
6060 - python-version : " 3"
61- installed-python-version : " 3.12.2"
61+ installed-python-version : " 3.12.4"
62+ - python-version : " 3.12"
63+ installed-python-version : " 3.12.4"
64+ - python-version : " 3.11"
65+ installed-python-version : " 3.11.9"
66+ - python-version : " 3.10"
67+ installed-python-version : " 3.10.14"
6268 - python-version : " 3.9"
63- installed-python-version : " 3.9.18"
69+ installed-python-version : " 3.9.19"
70+ - python-version : " 3.8"
71+ installed-python-version : " 3.8.19"
6472 runs-on : ubuntu-latest
6573 container : amazonlinux:2023
6674 steps :
Original file line number Diff line number Diff line change 1515# - https://devguide.python.org/versions/
1616case " ${desired_python_version} " in
1717 " 3" )
18- echo " 3.12.2 "
18+ echo " 3.12.4 "
1919 ;;
2020 " 3.12" )
21- echo " 3.12.2 "
21+ echo " 3.12.4 "
2222 ;;
2323 " 3.11" )
24- echo " 3.11.8 "
24+ echo " 3.11.9 "
2525 ;;
2626 " 3.10" )
27- echo " 3.10.13 "
27+ echo " 3.10.14 "
2828 ;;
2929 " 3.9" )
30- echo " 3.9.18 "
30+ echo " 3.9.19 "
3131 ;;
3232 " 3.8" )
33- echo " 3.8.18 "
33+ echo " 3.8.19 "
3434 ;;
3535 * )
3636 echo " ${desired_python_version} "
You can’t perform that action at this time.
0 commit comments