Skip to content

Commit

Permalink
Bump required python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfies committed Aug 7, 2021
1 parent be3a7bc commit 082d252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Key Features
Installing
----------

**Python 3.5.3 or higher is required**
**Python 3.8 or higher is required**

To install the library without full voice support, you can just run the following command:

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
author='Dolfies',
url='https://github.com/dolfies/discord.py-self',
project_urls={
"Documentation": "https://discordpy.readthedocs.io/en/latest/",
"Documentation": "https://dolf.ml/discord.py-self",
"Issue tracker": "https://github.com/dolfies/discord.py-self/issues",
},
version=version,
Expand All @@ -58,7 +58,7 @@
include_package_data=True,
install_requires=requirements,
extras_require=extras_require,
python_requires='>=3.5.3',
python_requires='>=3.8',
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 082d252

Please sign in to comment.