From e454436670fcf7236c72fd8ef785b234adbd886b Mon Sep 17 00:00:00 2001 From: Jun Komoda <45822440+junkmd@users.noreply.github.com> Date: Sun, 9 Jun 2024 08:43:27 +0000 Subject: [PATCH] test https://github.com/enthought/comtypes/pull/562 after merging - 1st: https://github.com/enthought/comtypes/compare/bc09366b...b7b13d4 - 2nd: https://github.com/enthought/comtypes/compare/e4355f4...9de5ae4 - 3rd: https://github.com/enthought/comtypes/compare/bbd5527...3767e19 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a7d417d..6547ab8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [windows-latest, windows-2019] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] architecture: ["x64", "x86"] steps: - uses: actions/checkout@v3 @@ -23,7 +23,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: install packages run: | - pip install comtypes + pip install https://github.com/enthought/comtypes/archive/refs/heads/main.zip pip install pytest pip install pytest-mock - name: run pytest