diff --git a/tox.ini b/tox.ini index 39148b657..e27ce2ef8 100644 --- a/tox.ini +++ b/tox.ini @@ -113,8 +113,8 @@ envlist = python-adapter_gunicorn-{py38,py39,py310,py311,py312,py313}-aiohttp03-gunicornlatest, ;; Package not ready for Python 3.14 (aiohttp's worker not updated) ; python-adapter_gunicorn-py314-aiohttp03-gunicornlatest, - python-adapter_hypercorn-{py38,py39,py310,py311,py312,py313,py314}-hypercornlatest, - python-adapter_hypercorn-py38-hypercorn{0010,0011,0012,0013}, + python-adapter_hypercorn-{py310,py311,py312,py313,py314}-hypercornlatest, + python-adapter_hypercorn-{py38,py39}-hypercorn{0010,0011,0012,0013}, python-adapter_mcp-{py310,py311,py312,py313,py314}, python-adapter_uvicorn-{py38,py39,py310,py311,py312,py313,py314}-uvicornlatest, python-adapter_uvicorn-py38-uvicorn014, @@ -176,7 +176,8 @@ envlist = python-framework_strawberry-{py38,py39,py310,py311,py312}-strawberry02352, python-framework_strawberry-{py38,py39,py310,py311,py312,py313,py314}-strawberrylatest, python-framework_tornado-{py38,py39,py310,py311,py312,py313,py314}-tornadolatest, - python-framework_tornado-{py310,py311,py312,py313,py314}-tornadomaster, + ; Remove `python-framework_tornado-py314-tornadomaster` temporarily + python-framework_tornado-{py310,py311,py312,py313}-tornadomaster, python-logger_logging-{py38,py39,py310,py311,py312,py313,py314,pypy311}, python-logger_loguru-{py38,py39,py310,py311,py312,py313,py314,pypy311}-logurulatest, python-logger_structlog-{py38,py39,py310,py311,py312,py313,py314,pypy311}-structloglatest, @@ -231,7 +232,7 @@ deps = adapter_gunicorn-aiohttp03: aiohttp<4.0 adapter_gunicorn-gunicorn19: gunicorn<20 adapter_gunicorn-gunicornlatest: gunicorn - adapter_hypercorn-hypercornlatest: hypercorn[h3] + adapter_hypercorn-hypercornlatest: hypercorn[h3]!=0.18 adapter_hypercorn-hypercorn0013: hypercorn[h3]<0.14 adapter_hypercorn-hypercorn0012: hypercorn[h3]<0.13 adapter_hypercorn-hypercorn0011: hypercorn[h3]<0.12