diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a47789f..054cd65 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.12"] + python: ["3.12", "3.13"] steps: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v4.2.0