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

[BUG] Update Python version to 3.11 #85

Open
leomaurodesenv opened this issue May 12, 2024 · 0 comments
Open

[BUG] Update Python version to 3.11 #85

leomaurodesenv opened this issue May 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@leomaurodesenv
Copy link

Describe the bug

The current version of Python used in the project is 3.7, and there's a need to update it to Python 3.11. Additionally, legacy Python version 3.7 series which has now reached end-of-life and is no longer supported.

To Reproduce

Currently, the project is configured to use Python 3.7. To reproduce the bug:

  • Check the Python version used in the project environment.
  • Attempt to update the Python version to 3.11.
  • Remove Python version 3.7 from the project dependencies.

Version information:

Python version: 3.11
Environment: This bug could manifest across various environments, including command-line, IDEs (VS Code), and Jupyter Notebooks.

Click to expand Version information

<<< Put your version information here >>>

-->

Additional context

Updating the Python version to 3.11 and removing version 3.7 is crucial for keeping the project up-to-date with the latest language enhancements, performance improvements, and security patches. Failure to update may result in compatibility issues with newer libraries and frameworks that require Python 3.8 or above. Additionally, removing deprecated Python versions helps streamline maintenance efforts and ensures a more consistent development environment.

@leomaurodesenv leomaurodesenv added the bug Something isn't working label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant