vapor-ware / fastapi-rfc7807

RFC-7807 compliant problem detail error response handler for FastAPI applications
GNU General Public License v3.0
19 stars 7 forks source link

Python version 3.6+ in ReadMe, but python_requires='>=3.8' in setup.py #15

Open y-mironov opened 3 years ago

y-mironov commented 3 years ago

Can you set python_requires='>=3.6' ? My project based Centos7 and python 3.6

edaniszewski commented 3 years ago

Thanks for opening the issue! I had forgotten that this got out of sync. 0.5.0 was just realeased and should support py3.6, py3.7, py3.8, and py3.9

Let me know if it works out for you!