diff --git a/.circleci/config.yml b/.circleci/config.yml index bb1133780..233114c7d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,11 +89,22 @@ jobs: version: py313 sphinx-version: "72,73,74,80,81,82,90,latest,dev" + py314: + docker: + - image: 'cimg/python:3.14' + steps: + - run-tox: + version: py314 + sphinx-version: "81,82,90,latest,dev" + workflows: version: 2 tests: jobs: - build + - py314: + requires: + - build - py313: requires: - build diff --git a/setup.cfg b/setup.cfg index a9699c3f6..1d463430d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,8 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 + Programming Language :: Python :: 3.14 Operating System :: OS Independent Topic :: Documentation Topic :: Software Development :: Documentation diff --git a/tox.ini b/tox.ini index 79351af07..710e9c453 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py{38,39,310}-sphinx{60,61,62,70,71}{-qa} py{39,310,311,312,313}-sphinx{72,73,74,80}{-qa} py{311}-sphinx{81,82,90,latest}{-qa} - py{312,313}-sphinx{81,82,90,latest,dev}{-qa} + py{312,313,314}-sphinx{81,82,90,latest,dev}{-qa} [testenv] setenv =