diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 256501f..b9b2e89 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" steps: - uses: actions/checkout@v4 with: diff --git a/tox.ini b/tox.ini index 80f35f6..3a0e8d2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{36,37,38,39,310,311,312,313}{,-ipython},lint,doc +envlist = py{36,37,38,39,310,311,312,313,314}{,-ipython},lint,doc skip_missing_interpreters = True [gh-actions] @@ -12,6 +12,7 @@ python = 3.11: py311 3.12: py312 3.13: py313 + 3.14: py314 [testenv] allowlist_externals = make