-
Couldn't load subscription status.
- Fork 20
Run PR on multiplatform and multi Python version #53
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
Run PR on multiplatform and multi Python version #53
Conversation
.github/workflows/PR.yml
Outdated
| strategy: | ||
| matrix: | ||
| os: [macos-latest, windows-latest, ubuntu-latest] | ||
| python-version: [3.6, 3.7, 3.8] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where's 3.9? No love for it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I must live under a rock 😄 I'll add it as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Run the PR with a matrix of:
and Python versions:
Testing:
https://github.com/rick-morrow/python-styleguide/actions/runs/684081002