Drop support for Python 3.6, specify python_requires
Closed this issue · 1 comments
pllim commented
- Python 3.6 has reached EOL, so there is no reason to support it.
- Please specific
python_requires
. Recommended now is 3.7, or even 3.8 if you do not really need to run anything on 3.7.