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

Upgrade Python version #453

Open
smartspot2 opened this issue Oct 30, 2023 · 0 comments
Open

Upgrade Python version #453

smartspot2 opened this issue Oct 30, 2023 · 0 comments
Labels
enhancement New feature or request python Pull requests that update Python code

Comments

@smartspot2
Copy link
Member

The current Python version used in this repository is quite outdated; Python 3.9.13 was released in 2020, and 3.9.13 (released May 2022) was the last maintenance update for Python 3.9. The current latest 3.9 version is 3.9.18, with a bunch of security updates in between.

We should probably update the Python version to 3.11 or 3.12 to ensure that we continue getting the newest features and support from the latest packages. This upgrade may cause some dependency issues if any of our required dependencies have not added support for the later Python versions, though most should be updated to 3.11 now (3.12 may be more of an ask, since it's still quite new).

This is also a pretty good chance to update as many Python dependencies as we can, especially for security updates and other bugfix updates in any packages.

@smartspot2 smartspot2 added enhancement New feature or request python Pull requests that update Python code labels Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant