diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87ac5396..aed37655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false 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/tox.ini b/tox.ini index 46b348b9..eff2debf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{313, 312, 311, 310, 39} +envlist = py{314, 313, 312, 311, 310, 39} toxworkdir={env:TOX_WORK_DIR:.tox} [testenv]