Skip to content

Commit 082d252

Browse files
committed
Bump required python version
1 parent be3a7bc commit 082d252

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Key Features
3333
Installing
3434
----------
3535

36-
**Python 3.5.3 or higher is required**
36+
**Python 3.8 or higher is required**
3737

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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,
@@ -58,7 +58,7 @@
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',

0 commit comments

Comments
 (0)