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
We want to remove support for python versions not supported upstream anymore, that is 3.6 and 3.7. That would simplify the code and our test matrix.
We are waiting for 30th June 2024 to have RHEL 7 going end of support and benefit from people bumping to newer environments.
Will also use this milestone bump in order to remove some deprecated code that currently raises a PendingDeprecationWarning.
So first will do a release moving code from PendingDeprecationWarning to DeprecationWarning in order to make it clear that the code is gonna go.
We plan the release with a bump milestone around July 2024.
7.0.0 removals:
Python 3.6 support
Python 3.7 support
opentracing bridge
logging handler
django logging handler integration
flask logging handler integration
cleanup docs references to asyncio 3.7+, logging handlers and supported python versions