You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Things are getting harder to support both modern versions of Python alongside old ones.
This issue will be a place where I can document the relevant information, and any decisions going forward.
Python 2 is no longer available in the Ubuntu Docker image
pip and tox removed support for Python < 3.8
So as a result I don't update our benchmarking numbers for Python < 3.8 anymore.
cimg/python doesn't support Python 3.4 (but we have a workaround)
So at least 14.88% of downloads are from unsupported versions (though 8.93% is from the very recently unsupported 3.8 so we might see that drop quickly in the coming months).
This would of course be a breaking change, so we'd have a major version bump for it.
The text was updated successfully, but these errors were encountered:
Things are getting harder to support both modern versions of Python alongside old ones.
This issue will be a place where I can document the relevant information, and any decisions going forward.
pip
andtox
removed support for Python < 3.8So as a result I don't update our benchmarking numbers for Python < 3.8 anymore.
cimg/python
doesn't support Python 3.4 (but we have a workaround)setuptools
setuptools
itself dropped test runner featuresIt might be time to give in and drop support for older versions.
Going forward, we might decide that we'll only support to versions of Python that are still supported by upstream.
Benefits
Detriments
ciso8601
:Last month's (2024-10) download stats:
So at least 14.88% of downloads are from unsupported versions (though 8.93% is from the very recently unsupported 3.8 so we might see that drop quickly in the coming months).
This would of course be a breaking change, so we'd have a major version bump for it.
The text was updated successfully, but these errors were encountered: