diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 049880d..c478602 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"] include: - os: macos-latest python-version: "3.x" diff --git a/tox.ini b/tox.ini index 5c1648b..01cb7b2 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,8 @@ envlist = py311, py312, py313, + py314, + py314t, mypy [testenv]