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

Upgrade API to Python 3.12 #4940

Open
sarayourfriend opened this issue Sep 17, 2024 · 0 comments
Open

Upgrade API to Python 3.12 #4940

sarayourfriend opened this issue Sep 17, 2024 · 0 comments
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

Comments

@sarayourfriend
Copy link
Contributor

Current Situation

The API runs Python 3.11. It should run the latest Python.

Suggested Improvement

Update the API to use 3.12:

  • Update api/pyproject.toml to use 3.12
  • Update the API Dockerfile to use 3.12

Benefit

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.

@sarayourfriend sarayourfriend added 🟧 priority: high Stalls work on the project or its dependents 💻 aspect: code Concerns the software code in the repository 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🧱 stack: api Related to the Django API labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant