diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d909020..e3d8bac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,8 @@ jobs: - python-version: "3.11" - python-version: "3.12" - python-version: "3.13" - - python-version: "3.13" + - python-version: "3.14" + - python-version: "3.14" tox: x402 steps: diff --git a/pyproject.toml b/pyproject.toml index ec77d56..fdecd0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] [project.optional-dependencies] diff --git a/tox.ini b/tox.ini index 5254049..7fd124a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] requires = sphinx-scrapy[tox] @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.4 -envlist = pre-commit,mypy,min,min-x402,py310,py311,py312,py313,x402,docs,twine +envlist = pre-commit,mypy,min,min-x402,py310,py311,py312,py313,py314,x402,docs,twine [testenv] deps =