Skip to content

Commit 17a7a20

Browse files
Upgrade python patch version resolution
1 parent 9e7fe51 commit 17a7a20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
matrix:
5252
include:
5353
- python-version: "3"
54-
installed-python-version: "3.12.0"
54+
installed-python-version: "3.12.2"
5555
- python-version: "3.9"
5656
installed-python-version: "3.9.18"
5757
runs-on: ubuntu-latest

find-exact-python-version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ fi
1515
# - https://devguide.python.org/versions/
1616
case "${desired_python_version}" in
1717
"3")
18-
echo "3.12.0"
18+
echo "3.12.2"
1919
;;
2020
"3.12")
21-
echo "3.12.0"
21+
echo "3.12.2"
2222
;;
2323
"3.11")
24-
echo "3.11.6"
24+
echo "3.11.8"
2525
;;
2626
"3.10")
2727
echo "3.10.13"

0 commit comments

Comments
 (0)