Colin-b/pytest_httpx

support for python 3.8

Closed this issue · 2 comments

Hi,

support for python 3.8 was dropped in d6a5890 released in 0.23

When using dependency tracking software such as pdm, this requires projects using pytest_httpx to require python 3.9 as well or stick with httpx 0.24.1 due to the python version requirement and httpx version dependency of pytest_httpx. Even when using python 3.10.

I'd appreciate if 3.8 could be re-added to the list to allow using httpx >=0.24.1 in projects supporting python 3.8.
It would be 11 more months until 3.8 is eol.

+1 please add back 3.8, this means packages that still want to support 3.8 for their end users can no longer use pytest-httpx

Hello, this is a duplicate of #109