Skip to content

Commit dd21b91

Browse files
authored
Merge pull request #884 from Mathics3/601-get-windows-ci-working
See if we can get Windows CI working again
2 parents 4dccfb8 + cc81bb9 commit dd21b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows]
15-
python-version: ['3.8', '3.9']
15+
python-version: ['3.10', '3.11']
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install OS dependencies

0 commit comments

Comments
 (0)