File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Key Features
3333Installing
3434----------
3535
36- **Python 3.5.3 or higher is required **
36+ **Python 3.8 or higher is required **
3737
3838To install the library without full voice support, you can just run the following command:
3939
Original file line number Diff line number Diff line change 4646 author = 'Dolfies' ,
4747 url = 'https://github.com/dolfies/discord.py-self' ,
4848 project_urls = {
49- "Documentation" : "https://discordpy.readthedocs.io/en/latest/ " ,
49+ "Documentation" : "https://dolf.ml/discord.py-self " ,
5050 "Issue tracker" : "https://github.com/dolfies/discord.py-self/issues" ,
5151 },
5252 version = version ,
5858 include_package_data = True ,
5959 install_requires = requirements ,
6060 extras_require = extras_require ,
61- python_requires = '>=3.5.3 ' ,
61+ python_requires = '>=3.8 ' ,
6262 classifiers = [
6363 'Development Status :: 5 - Production/Stable' ,
6464 'License :: OSI Approved :: MIT License' ,
You can’t perform that action at this time.
0 commit comments