Upgrade API to Python 3.12 #4940
Labels
💻 aspect: code
Concerns the software code in the repository
🧰 goal: internal improvement
Improvement that benefits maintainers, not users
🟧 priority: high
Stalls work on the project or its dependents
🧱 stack: api
Related to the Django API
Current Situation
The API runs Python 3.11. It should run the latest Python.
Suggested Improvement
Update the API to use 3.12:
api/pyproject.toml
to use 3.12Benefit
Use the latest available Python. Don't fall behind and get hit with surprising migration issues when the next major versions roll around, or when Django et co drop support for 3.11.
The text was updated successfully, but these errors were encountered: