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
If you set python_requires=">=3.5" in setuptools.setup arguments, Python < 3.5 will not try to install those versions of your package, reducing the likelihood of getting a bug report from someone whose root problem is an incompatible Python version.
Next Steps
I can add this pretty easily, at the same time as #395.
The text was updated successfully, but these errors were encountered:
Summary
If you set
python_requires=">=3.5"
insetuptools.setup
arguments, Python < 3.5 will not try to install those versions of your package, reducing the likelihood of getting a bug report from someone whose root problem is an incompatible Python version.Next Steps
I can add this pretty easily, at the same time as #395.
The text was updated successfully, but these errors were encountered: