Colin-b / httpx_auth

Authentication classes to be used with httpx
MIT License
114 stars 26 forks source link

Feature/httpx 0.25 #64

Closed Colin-b closed 1 year ago

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

foarsitter commented 10 months ago

Started working on a new library today and wanted to add to add this nice piece of work but found out it is not compatible with Python 3.8. What is the reason behind the removal of support for 3.8? I don't see any code changes that are incompatible and httpx 0.25.0 should be compatible with 3.8. Although 3.8 is already old I like to support is as long it isn't EOL.

Colin-b commented 10 months ago

Hello @foarsitter ,

The reason behind the drop of 3.8 are detailed here: https://github.com/Colin-b/pytest_httpx/issues/109