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 9b70329 commit a9dc47eCopy full SHA for a9dc47e
.github/workflows/python-app.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Setup Python 3.13.8
46
uses: actions/setup-python@v5
47
with:
48
- python-version: '3.13.8'
+ python-version: '3.13.7'
49
architecture: x64
50
allow-prereleases: true
51
@@ -59,7 +59,7 @@ jobs:
59
- name: Setup Python 3.13.8t (this should fail)
60
61
62
- python-version: '3.13.8t'
+ python-version: '3.13.7t'
63
64
65
0 commit comments