Closed foarsitter closed 1 year ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
+1 for that
@Colin-b could this be merged? 😇
Hello @foarsitter
Thanks for your contribution, this is however a duplicate of #112. The addition of 3.12 is however a welcome contribution in a dedicated PR.
Thanks again
@Colin-b this was not a duplicate, this also fixed the issue where you're expecting an exact version of httpx:
https://github.com/Colin-b/pytest_httpx/blob/b8aaadd8d4a10d4a0f306d92c2b5610707bbbcdf/setup.py#L43
without this fix, libraries that want to support any version of httpx cannot use your library to test httpx
This PR loosens the versions constraints for Python so it supports 3.8. Some typing's are changed to become compatible with 3.8. Furthermore the test matrix is extended to test against the latest 3 httpx versions and Python 3.12.
Closes #122