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 Python 3.6 Support #93

Open
3 tasks
VKTB opened this issue Jun 2, 2023 · 0 comments · May be fixed by #134
Open
3 tasks

Drop Python 3.6 Support #93

VKTB opened this issue Jun 2, 2023 · 0 comments · May be fixed by #134

Comments

@VKTB
Copy link
Contributor

VKTB commented Jun 2, 2023

Description:
The support for Python 3.6 ended at the end of 2021. Supporting this version of Python is an issue as there are so many dependencies that need upgrading but we cannot upgrade them as future versions drop 3.6 support. We are running 3.6 in production which is the main reason we have waited this long.

Acceptance criteria:

  • Make the project work with Python 3.7 as the minimum version and update dependencies (including vulnerable ones where possible) accordingly
  • Update any code that was added as a workaround for Python 3.6 to work with Python 3,7
  • All CI checks pass
@VKTB VKTB mentioned this issue Jun 2, 2023
3 tasks
@VKTB VKTB linked a pull request Nov 5, 2024 that will close this issue
5 tasks
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