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

Drop support for Python 3.6, 3.7, and 3.8 (since past EOL) #109

Closed
rnag opened this issue Jan 30, 2024 · 0 comments · Fixed by #139
Closed

Drop support for Python 3.6, 3.7, and 3.8 (since past EOL) #109

rnag opened this issue Jan 30, 2024 · 0 comments · Fixed by #139

Comments

@rnag
Copy link
Owner

rnag commented Jan 30, 2024

In next iteration (probably minor release) I want to drop support for Python 3.6, 3.7, and 3.8. Check out the Python End of Life Cycle here.

This will also have other benefits, such as:

  • fix pyup errors - currently pyup shows as "insecure" since we're forced into using old or outdated pkg versions since most don't support Python 3.6
  • clean up most if not all TODOs scattered in code in library, since most of those are python version- specific anyway.
@rnag rnag changed the title Drop support for Python 3.6 and 3.7 Drop support for Python 3.6 and 3.7 (since past EOL) Jan 30, 2024
@rnag rnag changed the title Drop support for Python 3.6 and 3.7 (since past EOL) Drop support for Python 3.6, 3.7, and 3.8 (since past EOL) Nov 10, 2024
@rnag rnag closed this as completed in #139 Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant