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 9e7fe51 commit 17a7a20Copy full SHA for 17a7a20
.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
51
matrix:
52
include:
53
- python-version: "3"
54
- installed-python-version: "3.12.0"
+ installed-python-version: "3.12.2"
55
- python-version: "3.9"
56
installed-python-version: "3.9.18"
57
runs-on: ubuntu-latest
find-exact-python-version.sh
@@ -15,13 +15,13 @@ fi
15
# - https://devguide.python.org/versions/
16
case "${desired_python_version}" in
17
"3")
18
- echo "3.12.0"
+ echo "3.12.2"
19
;;
20
"3.12")
21
22
23
"3.11")
24
- echo "3.11.6"
+ echo "3.11.8"
25
26
"3.10")
27
echo "3.10.13"
0 commit comments