Closed cmlh closed 9 months ago
Insert python_requires into setup.py
python_requires
setup.py
python_requires should be configured the earliest release that is still supported to adhere to "Dropping support for older Python versions" and this is also inferred within the "Configuring metadata" section of the "Packaging Python Projects" tutorial.
Pull Request https://github.com/IntelligenceX/SDK/pull/29 is not a directly dependent on this issue and therefore a separate Pull Request can be issued.
Commit https://github.com/IntelligenceX/SDK/pull/522/commits/64047339a4ca77db185e813652b396163f41769e
Related Issue https://github.com/IntelligenceX/SDK/issues/541
Commit https://github.com/IntelligenceX/Python/commit/feaf62cf5c268cfa0c5c32da93aa0e14526ee3b5
Insert
python_requires
intosetup.py
python_requires
should be configured the earliest release that is still supported to adhere to "Dropping support for older Python versions" and this is also inferred within the "Configuring metadata" section of the "Packaging Python Projects" tutorial.Pull Request https://github.com/IntelligenceX/SDK/pull/29 is not a directly dependent on this issue and therefore a separate Pull Request can be issued.