-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39e1e4c
commit f7b016e
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f7b016e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tried to install the recently released 5.32 version in the
python:3.12-alpine
Docker image and my build failed because of this constraint. Usingpython:3.12.0-alpine
still works, butpython-3.12.1-alpine
doesn't, per this constraint. @sameer-google is this on purpose, or should the second constraint actually be<3.13
?f7b016e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @leonboot, we have already noticed this issue. This will be taken care in an upcoming release, FYI: #PR/1827.