Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove compatibility patches for Python < 3.9 #668

Closed
chrispyles opened this issue Jul 16, 2023 · 2 comments
Closed

Remove compatibility patches for Python < 3.9 #668

chrispyles opened this issue Jul 16, 2023 · 2 comments
Labels
tech debt Refactors to eliminate tech debt
Milestone

Comments

@chrispyles
Copy link
Member

Versions 3.6 and 3.7 of Python have reached end of life, so patches for these versions can be removed from Otter.

@chrispyles chrispyles added the tech debt Refactors to eliminate tech debt label Jul 16, 2023
@chrispyles chrispyles added this to the v6.0.0 milestone Jul 16, 2023
@chrispyles
Copy link
Member Author

Make sure to remove otter.utils.nullcontext and all of its uses (replace them w/ contextlib.nullcontext)

@chrispyles chrispyles changed the title Remove compatibility patches for Python < 3.8 Remove compatibility patches for Python < 3.9 Sep 1, 2024
@chrispyles
Copy link
Member Author

Since Python 3.8 will reach EOL in Oct 2024 and v6 is unlikely to be released before then, v6 will be compatible with 3.9+ instead of 3.8+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Refactors to eliminate tech debt
Projects
None yet
Development

No branches or pull requests

1 participant