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.

貢獻者指南