diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76cd30be..1f57f9b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,14 +12,14 @@ jobs: strategy: matrix: include: + # - os: ubuntu-22.04 + # python-version: "3.9" - os: ubuntu-22.04 - python-version: "3.9" - - os: ubuntu-22.04 - python-version: "3.12" - - os: macos-14 - python-version: "3.12" - - os: windows-2022 python-version: "3.12" + # - os: macos-14 + # python-version: "3.12" + # - os: windows-2022 + # python-version: "3.12" steps: - uses: actions/checkout@v4