diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1e31a09..2866072c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,14 +21,14 @@ jobs: fail-fast: false matrix: cfg: - - os: ubuntu-latest - python-version: "3.9" - os: ubuntu-latest python-version: "3.8" - os: ubuntu-latest - python-version: "3.11" - #- os: macos-latest - # python-version: "3.10" + python-version: "3.9" + # - os: ubuntu-latest + # python-version: "3.11" + - os: macos-latest + python-version: "3.9" #- os: windows-latest # python-version: "3.6"