diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4386e3c9..0e512164 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] env: [ '.[test]', '--upgrade --upgrade-strategy=eager .[test]'