StackGuardian/tirith

🚀 Upgrade Python Version from 3.8 to 3.11 in Tirith

Aberta

#183 aberto em 24 de set. de 2024

 (2 comentários) (0 reação) (1 responsável)Python (41 forks)auto 404
enhancementgood first issuehacktoberfest

Métricas do repositório

Stars
 (168 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador