We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Related - #834.
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: