diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e6d0470..e631b7cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: strategy: fail-fast: false matrix: - py: ["3.11", "3.12", "3.13"] + py: ["3.11", "3.12", "3.13", "3.14"] np: ["1.25", "2.0", "2.1", "2.2", "2.3"] exclude: - py: "3.12" @@ -124,6 +124,14 @@ jobs: np: "1.25" - py: "3.13" np: "2.0" + - py: "3.14" + np: "1.25" + - py: "3.14" + np: "2.0" + - py: "3.14" + np: "2.1" + - py: "3.14" + np: "2.2" steps: - uses: actions/checkout@v5.0.0