Skip to content

pin python version in doc build test #47

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

Merged

Conversation

dhellmann
Copy link
Contributor

@dhellmann dhellmann commented Feb 11, 2023

RTD uses python 3.7

Using base prefix '/home/docs/.pyenv/versions/3.7.9'
New python executable in /home/docs/checkouts/readthedocs.org/user_builds/virtualenvwrapper/envs/latest/bin/python3.7
Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/virtualenvwrapper/envs/latest/bin/python
Installing setuptools, pip, wheel...
done.

This needs to be enabled for the package lint job to pass. The 3.7
jobs do not have to pass for Mergify to accept the PR.
Have setuptools_scm write a module with the package version so we
don't need to use importlib.metadata to look up the value at
runtime. This makes version handling more portable across versions of
Python.
@mergify mergify bot added CI changes to tox or GitHub action config documentation Improvements or additions to documentation labels Feb 11, 2023
@dhellmann dhellmann merged commit 0542464 into python-virtualenvwrapper:main Feb 11, 2023
@dhellmann dhellmann mentioned this pull request Feb 12, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI changes to tox or GitHub action config documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant