encode / apistar

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

Please mention minimal required python3 version more prominently #645

Closed TauPan closed 5 years ago

TauPan commented 5 years ago

I suggest the README on github would be an appropriate place to mention the minimal supported python version. With python 3.4.8, pip install apistar works, but trying to run it gives a syntax error:

    text = self.errors[code].format(**self.__dict__, **context)                                                                                                                                
                                                   ^                                                                                                                                           
SyntaxError: invalid syntax                 

The pypi page mentions python 3.5 and 3.6. (but not 3.4, but also not 3.7 either) in the "Programming Language" tags but apparently those are not checked by pip install.