Skip to content

Commit 9939a06

Browse files
authored
Update pip_install_pypiwin32.yml
1 parent ad47f6a commit 9939a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pip_install_pypiwin32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [3.12, 3.x, 3.14t]
18+
python-version: [3.10, 3.12, 3.14, 3.14t]
1919
os: [windows-latest]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v5
2323
- uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
26-
- if: matrix.python-version == '3.12' # Before 2to3 was removed.
26+
- if: matrix.python-version == '3.10' # Before 2to3 was removed.
2727
run: pip install --editable .
2828
- run: pip install pypiwin32

0 commit comments

Comments
 (0)