amenezes / config-client

config-client package for spring cloud config and cloud foundry
https://config-client.amenezes.net/
Apache License 2.0
24 stars 18 forks source link

Supported python versions issue #9

Closed denys-chura closed 5 years ago

denys-chura commented 5 years ago

Currently there are no _"pythonrequires" in setup.py so it is possible to install this package on un-supported python version (for example on python 2.7 as I did).

Also I noticed that on PYPI page supported python versions starts from "Python :: 3.5" but there are f-strings used in code, which were added in python 3.6 (PEP 498), so supported python version should start from python 3.6.

amenezes commented 5 years ago

@denys-chura-perfectial thanks for your contribution.

Issues fixed in the new version 0.2.1.