-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Rebuild for python312 #8
Rebuild for python312 #8
Conversation
…nda-forge-pinning 2023.09.27.16.11.26
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 ( |
@h-vetinari can you summarize the findings of: why is it that I'm still seeing this issue? |
@conda-forge-admin please restart cis |
It was a meson config issue, but unrelated to 3.12
I don't think it's the same issue. That issue is about broken tests, you have a missing symbol:
|
Sorry i thought i saw |
It looks like there is an issue when # works
docker run --entrypoint=sh --interactive --rm --tty python:3.11 -c "git clone https://github.com/inaccel/numpy-allocator && sed -i 's/1.22.0/1.24.4/' numpy-allocator/pyproject.toml && sed -i 's/>=1.22.0/==1.24.4/' numpy-allocator/setup.py && pip install ./numpy-allocator && python -c 'import numpy_allocator'"
# doesn't work
docker run --entrypoint=sh --interactive --rm --tty python:3.11 -c "git clone https://github.com/inaccel/numpy-allocator && sed -i 's/1.22.0/1.25.0/' numpy-allocator/pyproject.toml && sed -i 's/>=1.22.0/==1.25.0/' numpy-allocator/setup.py && pip install ./numpy-allocator && python -c 'import numpy_allocator'"
# ImportError: /usr/local/lib/python3.11/site-packages/numpy_allocator.cpython-311-x86_64-linux-gnu.so: undefined symbol: PyDataMem_SetHandler |
Currently, I set |
@conda-forge-admin please rerender |
I think all the pins were "correct", but lets try again. |
…nda-forge-pinning 2023.10.03.12.33.16
Now every build will fail! |
Oh, it looks like it sticks to |
condaforge tries to build with the oldest "supported" simply across the ecosystem. it has recently been increased to at least 1.22 across the board |
This PR has been triggered in an effort to update python312.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
If this PR was opened in error or needs to be updated please add the
bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/6336145624, please use this URL for debugging.