Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
python_requires
value for new PyPI upload check
- attempting to upload the package with `twine` to Test PyPI currently fails: ``` $ twine upload --repository-url https://test.pypi.org/legacy/ dist/save-thread-result-0.1.1.tar.gz dist/save-thread-result-0.1.1.tar.gz.asc dist/save_thread_result-0.1.1-py3-none-any.whl dist/save_thread_result-0.1.1-py3-none-any.whl.asc --verbose Uploading distributions to https://test.pypi.org/legacy/ INFO dist/save_thread_result-0.1.1-py3-none-any.whl (9.3 KB) INFO Signed with dist/save_thread_result-0.1.1-py3-none-any.whl.asc INFO dist/save-thread-result-0.1.1.tar.gz (15.6 KB) INFO Signed with dist/save-thread-result-0.1.1.tar.gz.asc INFO Response from https://test.pypi.org/legacy/: 400 '>=3.0.*, <4' is an invalid value for Requires-Python. Error: Invalid specifier in requirement. See https://packaging.python.org/specifications/core-metadata for more information. INFO <html> <head> <title>400 '>=3.0.*, <4' is an invalid value for Requires-Python. Error: Invalid specifier in requirement. See https://packaging.python.org/specifications/core-metadata for more information.</title> </head> <body> <h1>400 '>=3.0.*, <4' is an invalid value for Requires-Python. Error: Invalid specifier in requirement. See https://packaging.python.org/specifications/core-metadata for more information.</h1> The server could not comply with the request since it is either malformed or otherwise incorrect.<br/><br/> '>=3.0.*, <4' is an invalid value for Requires-Python. Error: Invalid specifier in requirement. See https://packaging.python.org/specifications/core-metadata for more information. </body> </html> ERROR HTTPError: 400 Bad Request from https://test.pypi.org/legacy/ '>=3.0.*, <4' is an invalid value for Requires-Python. Error: Invalid specifier in requirement. See https://packaging.python.org/specifications/core-metadata for more information. ``` - this change should hopefully address the `HTTPError: 400 Bad Request from https://test.pypi.org/legacy/`
- Loading branch information