diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1e20760e4a..d324f5fec13 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,6 +35,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" os: - "windows-latest" - "macos-latest" diff --git a/tox.ini b/tox.ini index 6138e77bfaf..04ccc66c243 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ requires = tox>=4.2 env_list = - py{313, 312, 311, 310, 39} + py{314, 313, 312, 311, 310, 39} no_package = true [testenv]