diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 9ea74686b8..183307dd44 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: "actions/checkout@v4" diff --git a/requirements.txt b/requirements.txt index 08953d828b..830cbdd49f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ twine==6.1.0 coverage[toml]==7.10.6 cryptography==45.0.7 mypy==1.17.1 -pytest==8.4.1 +pytest==8.4.2 ruff==0.12.11 trio==0.30.0 trio-typing==0.10.0