Does anyone know the minimum version of python required for peewee? I haven't been able to find it anywhere.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
It uses |
|||
|
|
|
It does not appear that the minimum python requirement is stated in any Peewee documentation, however I can venture an educated guess: per the github repo readme, for flask-peewee (a project by the same author directly related to his peewee project), python 2.5 or higher is required. It is not certain, but a high likelihood the developer has programmed both projects with the same environment and same minimum version would apply: python 2.5. |
|||
|
|
