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
In setup.py there is no declaration of the minimum Python version that TPV requires. E.g. python_requires=">=3.X".
Apart from the obvious reasons why this is good, I think it would also facilitates the incorporation of tools to the TPV shared database, because then people who write rules know what features of the language to stick to.
The text was updated successfully, but these errors were encountered:
In setup.py there is no declaration of the minimum Python version that TPV requires. E.g.
python_requires=">=3.X"
.Apart from the obvious reasons why this is good, I think it would also facilitates the incorporation of tools to the TPV shared database, because then people who write rules know what features of the language to stick to.
The text was updated successfully, but these errors were encountered: