diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51e453f..7284b1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,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" ] runs-on: [ubuntu-latest, macos-latest, windows-latest] exclude: - runs-on: macos-latest