diff options
| author | Rapptz <[email protected]> | 2021-04-04 03:54:00 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-04 04:30:31 -0400 |
| commit | 9fc2ab9c997d344486dd27fd79587731c91c218f (patch) | |
| tree | 8c86054fd87ac3f799eba54127e742db6725913b /setup.py | |
| parent | Version bump for development (diff) | |
| download | discord.py-9fc2ab9c997d344486dd27fd79587731c91c218f.tar.xz discord.py-9fc2ab9c997d344486dd27fd79587731c91c218f.zip | |
Bump minimum Python version to 3.8
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -58,17 +58,15 @@ setup(name='discord.py', include_package_data=True, install_requires=requirements, extras_require=extras_require, - python_requires='>=3.5.3', + python_requires='>=3.8.0', classifiers=[ 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: MIT License', 'Intended Audience :: Developers', 'Natural Language :: English', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Internet', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', |