From e48493b36cde5afae40afe0fbab84c0ef895656c Mon Sep 17 00:00:00 2001 From: Sami Altamimi Date: Tue, 5 Oct 2021 21:12:40 -0500 Subject: [PATCH] Actually block out Python 3.9.7 reference PR https://github.com/iDevision/enhanced-discord.py/pull/93 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40f5b037..b4442a50 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( include_package_data=True, install_requires=requirements, extras_require=extras_require, - python_requires=">=3.8.0", + python_requires=">=3.8.0, !=3.9.7", classifiers=[ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License",