StackGuardian/tirith

馃殌 Upgrade Python Version from 3.8 to 3.11 in Tirith

Open

#183 opened on Sep 24, 2024

聽(2 comments)聽(0 reactions)聽(1 assignee)Python聽(41 forks)auto 404
enhancementgood first issuehacktoberfest

Repository metrics

Stars
聽(168 stars)
PR merge metrics
聽(PR metrics pending)

Description

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.

Contributor guide