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

Add automated checks for supported language versions/toolchains #162

Open
jasongraffius opened this issue Jul 22, 2024 · 1 comment
Open
Labels
enhancement New feature or request testing

Comments

@jasongraffius
Copy link
Collaborator

Actions and checks on pull requests should at least check the earliest supported Python version, so that new pull requests don't break our version compatibility goals. Additionally, testing with the latest stable Python release and various toolchains for the backends (clang, gcc, etc.) would be useful as well to ensure proper support is maintained.

@jasongraffius
Copy link
Collaborator Author

Note, #165 updates the workflow to build the C++ backend in both GCC and clang toolchains, rather than whatever default is configured in the runner base (gcc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing
Projects
None yet
Development

No branches or pull requests

2 participants