diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b86a74..ced2727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: '3.11', '3.12', '3.13', - '3.14', ] steps: diff --git a/pyproject.toml b/pyproject.toml index d01bc2d..764c269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", - "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3 :: Only", ] requires-python = ">=3.9" diff --git a/tox.ini b/tox.ini index 68d64b7..ed14490 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 4.23.2 envlist = - py3{9, 10, 11, 12, 13, 14} + py3{9, 10, 11, 12, 13} linters [base] @@ -23,7 +23,6 @@ python = 3.11: py311, linters 3.12: py312, linters 3.13: py313, linters - 3.14: py314, linters [testenv] # Force to upgrade pip/wheel/setuptools to the latest version