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

Increase miniumum version of Python from 3.7 to something more modern #685

Closed
mjordan opened this issue Aug 25, 2023 · 2 comments
Closed
Labels
code cleanup Clean up code, including code-level comments

Comments

@mjordan
Copy link
Owner

mjordan commented Aug 25, 2023

https://devguide.python.org/versions/ shows Python 3.7 has passed end of life. We should increase the minimum required to something more modern.

Here are the libraries that Workbench currently uses, and their stated minimum requirements:

So barring any specific incompatibilities with versions of Python greater than 3.7, looks like we don't have any libraries that lock us to 3.7.

@mjordan mjordan added the code cleanup Clean up code, including code-level comments label Aug 25, 2023
@mjordan
Copy link
Owner Author

mjordan commented Oct 22, 2024

Related - #834.

@mjordan
Copy link
Owner Author

mjordan commented Jan 17, 2025

As of #849 Workbench only officially supports Python 3.9 and higher. There is a "Python 3.8 EOL" release for anyone who cannot upgrade.

@mjordan mjordan closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Clean up code, including code-level comments
Projects
None yet
Development

No branches or pull requests

1 participant