We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f03edb commit e525edeCopy full SHA for e525ede
find-exact-python-version.sh
@@ -15,22 +15,22 @@ fi
15
# - https://devguide.python.org/versions/
16
case "${desired_python_version}" in
17
"3")
18
- echo "3.12.2"
+ echo "3.12.4"
19
;;
20
"3.12")
21
22
23
"3.11")
24
- echo "3.11.8"
+ echo "3.11.9"
25
26
"3.10")
27
- echo "3.10.13"
+ echo "3.10.14"
28
29
"3.9")
30
- echo "3.9.18"
+ echo "3.9.19"
31
32
"3.8")
33
- echo "3.8.18"
+ echo "3.8.19"
34
35
*)
36
echo "${desired_python_version}"
0 commit comments