Skip to content

Commit d263ab9

Browse files
Update python-app.yml
1 parent 3f25d48 commit d263ab9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-app.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on: [push, pull_request]
33

44
jobs:
55
test:
6-
runs-on: ubuntu-latest
6+
runs-on: windows-latest
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: ['3.13.1', '3.12.8', '3.9', '3.10', '3.11', '3.8']
10+
python-version: ['3.13', '3.12', '3.9', '3.10', '3.11', '3.8']
1111

1212

1313
env:
@@ -21,6 +21,7 @@ jobs:
2121
pip cache dir
2222
- name: Set up Python ${{ matrix.python-version }}
2323
# uses: actions/[email protected]
24+
2425
uses: priyagupta108/setup-python@issue-1034
2526
with:
2627
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)