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 f55caea commit 1b6fcdfCopy full SHA for 1b6fcdf
1 file changed
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [windows-latest, windows-2019]
13
- python-version: ["3.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
14
architecture: ["x64", "x86"]
15
steps:
16
- uses: actions/checkout@v3
@@ -23,7 +23,7 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
- name: install packages
25
run: |
26
- pip install comtypes
+ pip install https://github.com/junkmd/comtypes/archive/refs/heads/split_unknwn.zip
27
pip install pytest
28
pip install pytest-mock
29
- name: run pytest
0 commit comments