clokep / django-render-block

Render the content of a specific block tag from a Django template.
ISC License
241 stars 23 forks source link

Update python_requires with supported Python versions #29

Closed jribbens closed 3 years ago

jribbens commented 3 years ago

You forgot to update setup.py to say python_requires=">=3.6" when you released version 0.8.

clokep commented 3 years ago

Ugh, so many places to update when changing these things. Sorry about that! I believe it will still run fine or Python 3.5, it just isn't supported. Thanks for pointing it out though!

clokep commented 3 years ago

Thanks! I've pushed a commit to fix this.