CPBR-3030: Upgrade Python to 3.14 for 8.1.2-cp1#1514
Open
Nitin Singh (nitsingh-ui) wants to merge 1 commit into8.1.2-cp1-rc260410073355from
Open
CPBR-3030: Upgrade Python to 3.14 for 8.1.2-cp1#1514Nitin Singh (nitsingh-ui) wants to merge 1 commit into8.1.2-cp1-rc260410073355from
Nitin Singh (nitsingh-ui) wants to merge 1 commit into8.1.2-cp1-rc260410073355from
Conversation
Port Python 3.14 from-source build from PR #1321 (8.0.x) to fix cp-base-new build failure caused by python3-3.9.25-3.el9_7.1 RPM being removed from UBI9 repos.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
python3-3.9.25-3.el9_7.1RPM being removed from UBI9 reposChanges (10 files, matching PR #1321)
base/Dockerfile.ubi9— Replace yum-installed python3 with Python 3.14 compiled from sourcebase/pom.xml— PYTHON39_VERSION → PYTHON314_VERSION build argspom.xml— Remove stale python3/python39 version pins, addpython.python314.version=3.14.3.semaphore/cp_dockerfile_build.yml— sem-version python 3.9 → 3.14.semaphore/semaphore.yml— sem-version python 3.9 → 3.14base/requirements.txt— confluent-docker-utils v0.0.162 → v0.0.169base-java/requirements.txt— confluent-docker-utils v0.0.162 → v0.0.169base/tox.ini— pytest/sphinx version bumps for Python 3.14 compatibilitybase-java/tox.ini— pytest/sphinx version bumps for Python 3.14 compatibilityservice.yml— lang_version 3.9 → 3.14Context
Test plan