|
10 | 10 | strategy: |
11 | 11 | matrix: |
12 | 12 | 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'] |
14 | 14 | architecture: ['x86', 'x64'] |
15 | 15 | support: ['with 3rd parties', 'without 3rd parties'] |
16 | 16 | steps: |
|
20 | 20 | with: |
21 | 21 | python-version: ${{ matrix.python-version }} |
22 | 22 | architecture: ${{ matrix.architecture }} |
| 23 | + allow-prereleases: true |
23 | 24 | - name: Set up MSVC |
24 | 25 | uses: ilammy/msvc-dev-cmd@v1 |
25 | 26 | - name: Build and register the OutProc COM server |
|
51 | 52 | strategy: |
52 | 53 | matrix: |
53 | 54 | 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'] |
55 | 56 | architecture: ['x86', 'x64'] |
56 | 57 | steps: |
57 | 58 | - uses: actions/checkout@v4 |
|
60 | 61 | with: |
61 | 62 | python-version: ${{ matrix.python-version }} |
62 | 63 | architecture: ${{ matrix.architecture }} |
| 64 | + allow-prereleases: true |
63 | 65 | - name: install comtypes |
64 | 66 | run: | |
65 | 67 | pip install --upgrade setuptools |
|
0 commit comments