StackGuardian/tirith

🚀 Upgrade Python Version from 3.8 to 3.11 in Tirith

开放

#183 创建于 2024年9月24日

 (2 条评论) (0 个反应) (1 位负责人)Python (41 个派生)auto 404
enhancementgood first issuehacktoberfest

仓库指标

星标
 (168 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南