-
Notifications
You must be signed in to change notification settings - Fork 46
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 the 3.11 beta builds too #86
Conversation
I guess we should be more particular about that test for PyPy 🤔 |
I've dug into this a little more, and opened docker-library/official-images#18403 to bump this test to newer Hy, which doesn't fix this issue, but is good*. I'm adding an asterisk there because the more I look at it, the more I no longer think this test actually makes sense for us to keep. Originally it was helpful as a deeper test of Python, but I don't think it's caught us any Python bugs, and just puts us at the forefront of Hy integration problems like this one. "But Tianon," you might say, "isn't that a good thing?" Yes! Yes, it is. HOWEVER, we literally have the https://hub.docker.com/_/hylang image which would run into these same integration issues, but in a more appropriate place (such that they're only affecting updates to the Hy image, not PyPy or Python). So in short, I think we should actually perhaps remove that test instead, as much as I love it and find it extremely cute, since we'll keep it anyways on all the variants of the Hy image (but without that hairy Edit: |
Close+reopen to regenerate tests so they pick up docker-library/official-images#18418 |
if it's not one thing, it's another... |
Oh, that's probably that these new 3.11 builds don't/can't support the sqlite in bullseye anymore, so we need to drop bullseye from 3.11+, I think. |
That means #87 is kind of important here, but it's fine for them to be separate. 😄 |
Ok, now failures are just the weird GHA infra issue we've been seeing across Windows Server 2025 builds. |
Changes: - docker-library/pypy@6d1cce0: Merge pull request docker-library/pypy#86 from infosiftr/3.11 - docker-library/pypy@a1c6fd6: Add the 3.11 beta builds too
docker-library/official-images#18435 (comment):
|
👀 https://www.pypy.org/posts/2025/02/pypy-v7318-release.html
(still considered "beta", so I've left "3" and "latest" pointing to 3.10)