diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdb3901..f233b00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,11 @@ jobs: max-parallel: 4 matrix: os: [ubuntu-latest, macos-latest] + python: '3.13' test_server: [false] include: - os: ubuntu-latest python: ['3.9', '3.10', '3.11', '3.12', '3.13'] - - os: macos-latest - python: '3.13' env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python }}