From 886ef8971a3f9ab736c7fc27a1357dbb7014af7b Mon Sep 17 00:00:00 2001 From: Ion Date: Sat, 9 Nov 2024 20:40:50 +0100 Subject: [PATCH] update testing workflow --- .github/workflows/testing.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a067692..099799f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,8 +4,9 @@ jobs: buildandtest: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] - os: [ubuntu-latest, windows-latest, macos-latest] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + os: [ubuntu-latest, windows-latest] +# os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4