Cog-Creators/Red-DiscordBot
Vedi su GitHubCONTRIBUTING.md should say that Python 3.8 is required
Open
#6458 aperta il 1 ott 2024
Good First IssueStatus: PRs WelcomeType: Enhancement
Metriche repository
- Star
- (4337 star)
- Metriche merge PR
- (Merge medio 1g 15h) (3 PR mergiate in 30 g)
Descrizione
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