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
Added supported Python versions to package metadata
Details:
* Added the 'python_requires' argument to setup() to specify the supported
Python versions in the package metadata. Installers such as pip depend
on that, and there are issues such as #1448 when the installer does not
have that information in the package.
Signed-off-by: Andreas Maier <[email protected]>
0 commit comments