Rapptz / discord.py

An API wrapper for Discord written in Python.
http://discordpy.rtfd.org/en/latest
MIT License
14.75k stars 3.75k forks source link

Pipy package tells Python version 3.5 works, readme tells Python version 3.8 is required #7397

Closed RenatoLopes771 closed 3 years ago

RenatoLopes771 commented 3 years ago

Summary

Pipy package tells Python version 3.5 works, readme tells Python version 3.8 is required

What is the feature request for?

The documentation

The Problem

When inspecting the Pipy package (also shows the same banner on the readme) it shows python versions 3.5 through 3.8, while readme tells only python 3.8 works.

The Ideal Solution

Only show Python version 3.8 in the banner

The Current Solution

No response

Additional Context

No response

Phxntxm commented 3 years ago

The master version is 2.0 - 3.8+ is required for it The current released version is 1.7.3 - 3.5.3+ is required for it

When 2.0 is released there won't be a difference between these

RenatoLopes771 commented 3 years ago

The master version is 2.0 - 3.8+ is required for it The current released version is 1.7.3 - 3.5.3+ is required for it

When 2.0 is released there won't be a difference between these

Ah very well. Was kinda confusing when reading it, I'll close this then.