@@ -113,8 +113,8 @@ envlist =
113113 python-adapter_gunicorn-{py38,py39,py310,py311,py312,py313}-aiohttp03-gunicornlatest,
114114 ; ; Package not ready for Python 3.14 (aiohttp's worker not updated)
115115 ; python-adapter_gunicorn-py314-aiohttp03-gunicornlatest,
116- python-adapter_hypercorn-{py38,py39, py310,py311,py312,py313,py314}-hypercornlatest,
117- python-adapter_hypercorn-py38-hypercorn{0010,0011,0012,0013},
116+ python-adapter_hypercorn-{py310,py311,py312,py313,py314}-hypercornlatest,
117+ python-adapter_hypercorn-{ py38,py39} -hypercorn{0010,0011,0012,0013},
118118 python-adapter_mcp-{py310,py311,py312,py313,py314},
119119 python-adapter_uvicorn-{py38,py39,py310,py311,py312,py313,py314}-uvicornlatest,
120120 python-adapter_uvicorn-py38-uvicorn014,
@@ -176,7 +176,8 @@ envlist =
176176 python-framework_strawberry-{py38,py39,py310,py311,py312}-strawberry02352,
177177 python-framework_strawberry-{py38,py39,py310,py311,py312,py313,py314}-strawberrylatest,
178178 python-framework_tornado-{py38,py39,py310,py311,py312,py313,py314}-tornadolatest,
179- python-framework_tornado-{py310,py311,py312,py313,py314}-tornadomaster,
179+ ; Remove `python-framework_tornado-py314-tornadomaster` temporarily
180+ python-framework_tornado-{py310,py311,py312,py313}-tornadomaster,
180181 python-logger_logging-{py38,py39,py310,py311,py312,py313,py314,pypy311},
181182 python-logger_loguru-{py38,py39,py310,py311,py312,py313,py314,pypy311}-logurulatest,
182183 python-logger_structlog-{py38,py39,py310,py311,py312,py313,py314,pypy311}-structloglatest,
@@ -231,7 +232,7 @@ deps =
231232 adapter_gunicorn-aiohttp03: aiohttp<4.0
232233 adapter_gunicorn-gunicorn19: gunicorn<20
233234 adapter_gunicorn-gunicornlatest: gunicorn
234- adapter_hypercorn-hypercornlatest: hypercorn[h3]
235+ adapter_hypercorn-hypercornlatest: hypercorn[h3]!=0.18
235236 adapter_hypercorn-hypercorn0013: hypercorn[h3]<0.14
236237 adapter_hypercorn-hypercorn0012: hypercorn[h3]<0.13
237238 adapter_hypercorn-hypercorn0011: hypercorn[h3]<0.12
0 commit comments