-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Apply Python 3.11 migration #152
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Cross-compilation needs conda-forge/cross-python-feedstock#56 |
Thanks @chrisburr! I see conda-forge/cross-python-feedstock#56 was merged, do we need to trigger something here now? |
Looks like there are some cross-compilation issues to work out for Python 3.11, I'll look into it. |
@conda-forge/pytest This should be ready to go (feel free to merge the bot's PR instead if you'd prefer, I just used this package for testing the migrator manually). |
It would be good to merge this as soon as feasible because a lot of feedstocks in the migration depend on this, but the migrator doesn't take that into account. This is because unfortunately the dependency graph for the migrator is built without test-only dependencies (which pytest almost always is), as that can lead to circularities (e.g. package A depending on B, and package B using A as a test-only dependency; this is not a build-level circularity, "just" on on recipe-level one). |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)