Skip to content

Commit 8950024

Browse files
committed
Update the autotest GHA workflow.
1 parent 29f759e commit 8950024

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/autotest.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [windows-latest]
13-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
13+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1414
architecture: ['x86', 'x64']
1515
support: ['with 3rd parties', 'without 3rd parties']
1616
steps:
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
architecture: ${{ matrix.architecture }}
23+
allow-prereleases: true
2324
- name: Set up MSVC
2425
uses: ilammy/msvc-dev-cmd@v1
2526
- name: Build and register the OutProc COM server
@@ -51,7 +52,7 @@ jobs:
5152
strategy:
5253
matrix:
5354
os: [windows-2025, windows-2022]
54-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
55+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
5556
architecture: ['x86', 'x64']
5657
steps:
5758
- uses: actions/checkout@v4
@@ -60,6 +61,7 @@ jobs:
6061
with:
6162
python-version: ${{ matrix.python-version }}
6263
architecture: ${{ matrix.architecture }}
64+
allow-prereleases: true
6365
- name: install comtypes
6466
run: |
6567
pip install --upgrade setuptools

0 commit comments

Comments
 (0)