diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f730a1..588f63a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,9 +13,11 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [windows-latest, ] # [ubuntu-latest, windows-latest, macos-13, macos-14, ] - python-version: ["3.10", ] # ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + os: [ubuntu-latest, windows-latest, macos-13, macos-14, ] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] exclude: + - os: macos-14 + python-version: "3.6" - os: macos-14 python-version: "3.7" steps: