diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a8001c..d1d8a98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-beta.2"] runs-on: [ubuntu-latest, windows-latest, macos-latest] exclude: - runs-on: macos-latest