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

Added Python 3.12 beta #41

Merged
merged 1 commit into from
May 29, 2023
Merged

Added Python 3.12 beta #41

merged 1 commit into from
May 29, 2023

Conversation

radarhere
Copy link
Contributor

Python 3.12 beta 1 has been released - https://www.python.org/downloads/release/python-3120b1/

I found that on Alpine, I initially got an error

configure: error: unrecognized options: --with-system-ffi

Googling, I found docker-library/python#715. Looking at the logs for earlier Python versions built on this repository's Alpine, each one had

configure: WARNING: --with(out)-system-ffi is ignored on this platform

So this is a deprecated flag that has finally been removed, and never affected this repository to begin with. I have removed it from Alpine.

Copy link
Contributor

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Would be great to have this merged in time for the Pillow's 1st July release (python-pillow/Pillow#6941).

@mattip mattip merged commit 9bb513c into multi-build:focal May 29, 2023
@mattip
Copy link
Contributor

mattip commented May 29, 2023

Whoops, meant to merge this a while ago. Thanks for the ping.

@radarhere radarhere deleted the python branch May 29, 2023 22:28
@radarhere
Copy link
Contributor Author

Thanks.

https://hub.docker.com/u/multibuild hasn't updated with the new images, from this or from #40. If uploading to there is just a manual process that you haven't gotten around to yet, no problem - but if you thought it should have happened automatically through some process I'm not aware of, just letting you know that it didn't.

@mattip
Copy link
Contributor

mattip commented May 30, 2023

Hmm. It seems the travis builds are not running, there is a notice that we have run out of credits. But the org has credits available. I have reached out to travis' support.

@hugovk
Copy link
Contributor

hugovk commented May 30, 2023

I saw the same on my account a couple of weeks ago and Travis support fixed it quickly.

@mattip
Copy link
Contributor

mattip commented May 30, 2023

The images were uploaded after #42. Should multibuild change its alpine default to 3.18?

@radarhere
Copy link
Contributor Author

Thanks. I've created multi-build/multibuild#508 to change the alpine default in multibuild.

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.

None yet

3 participants