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

limit sniff-build to Python 3.9 #159

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

bnavigator
Copy link
Collaborator

GHA defaults to Python 3.10 already, but scipy did not yet publish a wheel for the cp310 ABI.

This forces the first check of our CI to build its own scipy wheel, which takes a long time.

@roryyorke
Copy link
Collaborator

LGTM.

I quickly looked at the coverage decrease, but couldn't see where it was; it could only be Python code that is version dependent, and I don't know if we have all much of that. I think the decrease doesn't matter too much.

If you're also comfortable with the apparent coverage change, please merge.

@bnavigator bnavigator merged commit e3afadd into python-control:master Nov 8, 2021
@bnavigator bnavigator deleted the gha-py39 branch May 3, 2022 19:07
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

Successfully merging this pull request may close these issues.

2 participants