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.
2 parents 4dccfb8 + cc81bb9 commit dd21b91Copy full SHA for dd21b91
.github/workflows/windows.yml
@@ -12,11 +12,11 @@ jobs:
12
strategy:
13
matrix:
14
os: [windows]
15
- python-version: ['3.8', '3.9']
+ python-version: ['3.10', '3.11']
16
steps:
17
- uses: actions/checkout@v3
18
- name: Set up Python ${{ matrix.python-version }}
19
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Install OS dependencies
0 commit comments