Skip to content

Commit 5b6fce5

Browse files
Update python-app.yml
1 parent 7953f5e commit 5b6fce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: ['3.13', '3.12', '3.9', '3.10', '3.11', '3.8']
10+
python-version: ['3.13.1', '3.12.8', '3.9', '3.10', '3.11', '3.8']
1111

1212
env:
1313

@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v1
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
cache: 'pip'

0 commit comments

Comments
 (0)