Rapptz / discord.py

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

Discord PyPi Support for Python 3.9.x #6901

Closed ghost closed 3 years ago

ghost commented 3 years ago

Summary

Pythonn 3.9.x

What is the feature request for?

The core library

The Problem

The current Discord or Discord.ext libary is unfortunately only usable up to Python 3.8. Due to the rapid increase in Python development, Python 3.9 has been published for some time. It would be nice if we can use the Discord wrapper classes there as well.

The Ideal Solution

Ideally, we should be able to install and use the packages in the same way as before.

pip install discord

The Current Solution

Currently there is no alternative solution for the PIP installation.

Additional Context

No response

Rapptz commented 3 years ago

discord.py works fine in 3.9

ghost commented 3 years ago

image ok i didn't know that. The new version was not listed in the docs.