Skip to content

FR(python): Upgrade the default_python_version #2004

@parthea

Description

@parthea

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"

Metadata

Metadata

Assignees

Labels

type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions