Cog-Creators/Red-DiscordBot

CONTRIBUTING.md should say that Python 3.8 is required

Open

#6,458 建立於 2024年10月1日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Python (2,317 fork)batch import
Good First IssueStatus: PRs WelcomeType: Enhancement

倉庫指標

Star
 (4,337 star)
PR 合併指標
 (平均合併 1天 15小時) (30 天內合併 3 個 PR)

描述

What component of Red (cog, command, API) would you like to see improvements on?

CONTRIBUTING.md

Describe the enhancement you're suggesting.

Currently CONTRIBUTING.md says that 3.8 or greater is needed, but when running make newenv with Python 3.12 installed, this error appears

python3.8 -m venv --clear .venv
make: python3.8: No such file or directory
make: *** [newenv] Error 1

apparently the CONTRIBUTING.md should be 3.8, not 3.8 or greater: convo

Anything else?

No response

貢獻者指南