Skip to content

Commit a9dc47e

Browse files
Change Python version from 3.13.8 to 3.13.7
1 parent 9b70329 commit a9dc47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Python 3.13.8
4646
uses: actions/setup-python@v5
4747
with:
48-
python-version: '3.13.8'
48+
python-version: '3.13.7'
4949
architecture: x64
5050
allow-prereleases: true
5151

@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Python 3.13.8t (this should fail)
6060
uses: actions/setup-python@v5
6161
with:
62-
python-version: '3.13.8t'
62+
python-version: '3.13.7t'
6363
architecture: x64
6464
allow-prereleases: true
6565

0 commit comments

Comments
 (0)