File tree 2 files changed +16
-8
lines changed
2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 58
58
matrix :
59
59
include :
60
60
- 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"
62
68
- 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"
64
72
runs-on : ubuntu-latest
65
73
container : amazonlinux:2023
66
74
steps :
Original file line number Diff line number Diff line change 15
15
# - https://devguide.python.org/versions/
16
16
case " ${desired_python_version} " in
17
17
" 3" )
18
- echo " 3.12.2 "
18
+ echo " 3.12.4 "
19
19
;;
20
20
" 3.12" )
21
- echo " 3.12.2 "
21
+ echo " 3.12.4 "
22
22
;;
23
23
" 3.11" )
24
- echo " 3.11.8 "
24
+ echo " 3.11.9 "
25
25
;;
26
26
" 3.10" )
27
- echo " 3.10.13 "
27
+ echo " 3.10.14 "
28
28
;;
29
29
" 3.9" )
30
- echo " 3.9.18 "
30
+ echo " 3.9.19 "
31
31
;;
32
32
" 3.8" )
33
- echo " 3.8.18 "
33
+ echo " 3.8.19 "
34
34
;;
35
35
* )
36
36
echo " ${desired_python_version} "
You can’t perform that action at this time.
0 commit comments