Closed jm-rivera closed 6 months ago
Suggest moving to a minimum of python 3.8. As of June 27, 2023, Python 3.7 has reached its end of life.
This allows upgrading httpx to 0.27, addressing some security vulnerabilities.
httpx
pandas upgraded to 2.0 (higher ones would only be compatible with >=3.9.
pandas
Fixes #37
@epogrebnyak as discussed. All tests passed without problems on 3.8, 3.9, 3.10 and 3.11.
Suggest moving to a minimum of python 3.8. As of June 27, 2023, Python 3.7 has reached its end of life.
This allows upgrading
httpx
to 0.27, addressing some security vulnerabilities.pandas
upgraded to 2.0 (higher ones would only be compatible with >=3.9.Fixes #37