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

mypy_primer: Run on Python 3.11 #9336

Merged
merged 1 commit into from
Apr 11, 2023
Merged

mypy_primer: Run on Python 3.11 #9336

merged 1 commit into from
Apr 11, 2023

Conversation

AlexWaygood
Copy link
Member

mypy_primer currently runs on Python 3.10 in CI, meaning we don't have any mypy_primer coverage for PRs fiddling with ExceptionGroups or other new features added in Python 3.11

`mypy_primer` currently runs on Python 3.10 in CI, meaning we don't have any `mypy_primer` coverage for PRs fiddling with `ExceptionGroup`s or other new features added in Python 3.11
@AlexWaygood
Copy link
Member Author

Looks like mypy_primer crashes when run on 3.11 when attempting to install the requirements for Materialize, so I guess this will have to wait a little bit.

@AlexWaygood AlexWaygood closed this Dec 6, 2022
@AlexWaygood AlexWaygood deleted the AlexWaygood-primer branch December 6, 2022 17:51
@JelleZijlstra
Copy link
Member

Seems like the problem is they pin scipy==1.7.3, and that doesn't support 3.11.

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@AlexWaygood
Copy link
Member Author

Looks like everything's green now!

@AlexWaygood AlexWaygood merged commit 557fb33 into main Apr 11, 2023
@AlexWaygood AlexWaygood deleted the AlexWaygood-primer branch April 11, 2023 10:51
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