di / pip-api

An unofficial, importable pip API
https://pypi.org/p/pip-api
Apache License 2.0
110 stars 15 forks source link

README: remove old version availability headers #229

Closed woodruffw closed 1 month ago

woodruffw commented 1 month ago

Per the bump to Python 3.8 (https://github.com/di/pip-api/pull/223), these headers are now vestigial -- all supported versions of pip support these APIs 🙂

di commented 1 month ago

I think we can remove the Incompatible checks as well, no?

woodruffw commented 1 month ago

I think we can remove the Incompatible checks as well, no?

Yep, removing!

Edit: Done. I've left the Incompatible exception type itself in place, to avoid unnecessary API churn in case future changes need it. But it's currently entirely unused.

di commented 1 month ago

I think tests/test_installed_distributions.py needs to be updated as well.