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

Test multiple Python versions in github workflow #196

Open
notmatthancock opened this issue Jul 19, 2024 · 0 comments
Open

Test multiple Python versions in github workflow #196

notmatthancock opened this issue Jul 19, 2024 · 0 comments

Comments

@notmatthancock
Copy link
Member

If we are not explicitly requiring a specific Python version (and I don't think we should since this software is open source, where pinning to a specific minor version would feel too restrictive), then we should test multiple versions in the github workflow test runner.

This would be a simple update by adding a matrix strategy block (for example):

...
    strategy:
      matrix:
        python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12"]
...
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

No branches or pull requests

1 participant