@@ -47,7 +47,9 @@ envlist =
4747 python-adapter_gunicorn-{py36}-aiohttp1-gunicorn{19,latest},
4848 python-adapter_gunicorn-{py36,py37,py38,py39}-aiohttp3-gunicornlatest,
4949 python-adapter_uvicorn-{py36,py37}-uvicorn03,
50- python-adapter_uvicorn-{py36,py37,py38,py39}-uvicornlatest,
50+ ; Temporarily testing py36 on the uvicorn version preceeding v0.15
51+ python-adapter_uvicorn-{py36}-uvicorn014
52+ python-adapter_uvicorn-{py37,py38,py39}-uvicornlatest,
5153 python-agent_features-{py27,py36,py37,py38,py39}-{with,without}_extensions,
5254 python-agent_features-{pypy,pypy3}-without_extensions,
5355 python-agent_streaming-{py27,py36,py37,py38,py39}-{with,without}_extensions,
@@ -147,6 +149,7 @@ deps =
147149 adapter_gunicorn-gunicorn19: gunicorn<20
148150 adapter_gunicorn-gunicornlatest: gunicorn
149151 adapter_uvicorn-uvicorn03: uvicorn<0.4
152+ adapter_uvicorn-uvicorn014: uvicorn<0.15
150153 adapter_uvicorn-uvicornlatest: uvicorn
151154 agent_features: beautifulsoup4
152155 application_celery: celery<6.0
0 commit comments