You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.8 is reaching its End of Life (EOL) in October, meaning it will no longer receive security updates or patches. To ensure the Tirith project remains secure, up-to-date, and takes advantage of the latest Python features and performance improvements, we need to upgrade the Python version used in the project from 3.8 to 3.11.
Tasks:
Update Pipenv Configuration:
Change the python_version field from 3.8 to 3.11 in the Pipfile.
Verify that all dependencies are compatible with Python 3.11.
The text was updated successfully, but these errors were encountered:
AkashS0510
changed the title
🚀 Title: Upgrade Python Version from 3.8 to 3.11 in Tirith
🚀 Upgrade Python Version from 3.8 to 3.11 in Tirith
Sep 24, 2024
Python 3.8 is reaching its End of Life (EOL) in October, meaning it will no longer receive security updates or patches. To ensure the Tirith project remains secure, up-to-date, and takes advantage of the latest Python features and performance improvements, we need to upgrade the Python version used in the project from 3.8 to 3.11.
Tasks:
Update Pipenv Configuration:
The text was updated successfully, but these errors were encountered: