diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 360f9fe..d97568e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,8 +10,10 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + #os: [ubuntu-latest, windows-latest] + #python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + os: ["ubuntu-latest"] + python-version: ["3.13"] runs-on: ${{ matrix.os }} steps: