encode / apistar

The Web API toolkit. 🛠
https://docs.apistar.com
BSD 3-Clause "New" or "Revised" License
5.57k stars 411 forks source link

Set minimum Python version to 3.6 #655

Closed Lucidiot closed 5 years ago

Lucidiot commented 5 years ago

Adds a shiny badge that will get updated to the right Python versions once a new release is made.

Closes #654 and closes #645

tomchristie commented 5 years ago

👍

tomchristie commented 5 years ago

On second thoughts I've dropped the badge in favor of a 3.6+ in the README. (Python versions ought to always be forward compatible, so we shouldn't really have to rely on markers to indicate eg. Python 3.8 support.)