Version
4.0.6821
Python 3.13.2
Description
Please add support for Python 3.13
This is useful for people on package managers (like Scoop) that quickly bring users to the latest version.
Python 3.13 was released in October 2024.
Steps to reproduce
Running on Windows, with Python installed via Scoop: scoop install main/python
python -m venv .venv313
./.venv313/Scripts/Activate.ps1
pip install -r requirements.txt
func start
Found Python version 3.13.2 (py).
Python 3.7.x to 3.12.x is required for this operation. Please install Python 3.7, 3.8, 3.9, 3.10, 3.11 or 3.12 and use a virtual environment to switch to Python 3.7, 3.8, 3.9, 3.10, 3.11 or 3.12.
Version
Description
Please add support for Python 3.13
This is useful for people on package managers (like Scoop) that quickly bring users to the latest version.
Python 3.13 was released in October 2024.
Steps to reproduce
Running on Windows, with Python installed via Scoop:
scoop install main/python