Advise version incompatibility with Python 3.9.7 #93

Open
kuanhulio wants to merge 2 commits from kuanhulio/patch-1 into 2.0

2 Commits

Author SHA1 Message Date
Sami Altamimi
e48493b36c
Actually block out Python 3.9.7
reference PR https://github.com/iDevision/enhanced-discord.py/pull/93
2021-10-05 21:12:40 -05:00
Sami Altamimi
4931100b44
Advise version incompatibility with Python 3.9.7
Due to a bug in Python 3.9.7, code situations where we call an __init__ function in a subclass will fail with a TypeError. 

This is only a bug within the Python language and was patched out with Python 3.10 and this doesn't affect Python 3.9.6. 

Here, we are advising the incompatibility.
2021-10-05 21:03:05 -05:00