-
Notifications
You must be signed in to change notification settings - Fork 15
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
test: default tox to 3.8 #972
Conversation
I would change the PR title to How does this affect users? Will tox install Python for you or should we update the readme to suggest what version of Python to install or suggest something to manage different Python versions? I guess since it uses the versioned Python executable we could just recommend installing the specific version for testing. |
|
Is there something I'm missing for tox to set up my Python version? I just ran |
Oh yeah, you do need to have whatever python version you're using already. I can add that note to the tox directions. I should expand on those anyways. |
fixes #965
Default to test with 3.8
Also adds other environments to run. A tiny bit more maintenance when we add/remove version support but useful for both the gh action and easily running different versions locally