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.
1 parent 9939a06 commit cfd043bCopy full SHA for cfd043b
.github/workflows/pip_install_pypiwin32.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- python-version: [3.10, 3.12, 3.14, 3.14t]
+ python-version: ['3.10', 3.12, 3.14, 3.14t]
19
os: [windows-latest]
20
runs-on: ${{ matrix.os }}
21
steps:
0 commit comments