You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the fwknop python extension does not specify supported python versions in setup.py or README. This makes using this extension troublesome, since user has to go through the trial-and-error process to determine the required python version. For example, on my machine I am able to use this extension with python 2.7, but not with python 3.3, and I have no clue if this the intended behaviour or not.
Therefore fko python module does not have proper Python 3 support atm. Please adjust classifiers accordingly.
Coacher
changed the title
[Enhancement] Advertise supported python versions for the fwknop python extension
[Enhancement] Advertise Python2 as the only supported python version for the fwknop python extension
Sep 5, 2015
As python 2 has been decrepated, I suggest moving py script altogether to py 3, I might be able to offer some help within half a year from now. Will a PR porting to python 3 will be accepted?
Hello.
Currently the fwknop python extension does not specify supported python versions in setup.py or README. This makes using this extension troublesome, since user has to go through the trial-and-error process to determine the required python version. For example, on my machine I am able to use this extension with python 2.7, but not with python 3.3, and I have no clue if this the intended behaviour or not.
Please add the supported Python versions to setup.py. One of the standard ways to do this is through 'classifiers'. See https://docs.python.org/2/distutils/setupscript.html#additional-meta-data Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
The text was updated successfully, but these errors were encountered: