Skip to content

Commit e454436

Browse files
committed
1 parent f55caea commit e454436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [windows-latest, windows-2019]
13-
python-version: ["3.9", "3.10", "3.11"]
13+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1414
architecture: ["x64", "x86"]
1515
steps:
1616
- uses: actions/checkout@v3
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: install packages
2525
run: |
26-
pip install comtypes
26+
pip install https://github.com/enthought/comtypes/archive/refs/heads/main.zip
2727
pip install pytest
2828
pip install pytest-mock
2929
- name: run pytest

0 commit comments

Comments
 (0)