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

FR(python): Upgrade the default_python_version #2004

Open
parthea opened this issue Aug 15, 2024 · 0 comments
Open

FR(python): Upgrade the default_python_version #2004

parthea opened this issue Aug 15, 2024 · 0 comments
Assignees
Labels
type: cleanup An internal cleanup or hygiene concern.

Comments

@parthea
Copy link
Contributor

parthea commented Aug 15, 2024

Python 3.8 is close to the end of life date in https://devguide.python.org/versions/#status-of-python-versions

We should bump the default_python_version to Python 3.12 or another version which is supported.

# Set default Python versions for noxfile.py
if "default_python_version" not in kwargs:
kwargs["default_python_version"] = "3.8"

@parthea parthea added the type: cleanup An internal cleanup or hygiene concern. label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

2 participants