Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect interpreter specified in wheel #36

Closed
vfazio opened this issue Feb 4, 2020 · 2 comments
Closed

incorrect interpreter specified in wheel #36

vfazio opened this issue Feb 4, 2020 · 2 comments

Comments

@vfazio
Copy link
Contributor

vfazio commented Feb 4, 2020

The wheel is generated with py3 when it should be generated with py36 as Python 3.6 is required.

@jaraco
Copy link
Owner

jaraco commented Feb 7, 2020

As explained in #37, I believe the current behavior is correct. py3 means "supported Python 3 versions". I don't believe there's an appropriate build tag for Python 3.6 or later, but I'm open to being convinced.

@jaraco jaraco closed this as completed Feb 7, 2020
@vfazio
Copy link
Contributor Author

vfazio commented Feb 7, 2020

please see the demonstration here: #37 (comment)

jaraco pushed a commit that referenced this issue May 21, 2021
This change adds `nitpicky=True` (which is an equivalent of `-n`) to
make Sphinx emit warnings for any references to non-existing targets.
Then, it adds `-W` to make it fail whenever a single warning is seen.
Finally, `--keep-going` allows Sphinx to print out all the warnings
before exiting instead of showing just one and bailing.

Resolves #29

Refs:
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-n
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-W
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-keep-going
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants