Skip to content

Fix jaxonnxruntime_dev CI: upgrade Python 3.9 -> 3.10#120

Merged
strimo378 merged 1 commit into
mainfrom
fix/jaxonnxruntime-dev-python39
May 11, 2026
Merged

Fix jaxonnxruntime_dev CI: upgrade Python 3.9 -> 3.10#120
strimo378 merged 1 commit into
mainfrom
fix/jaxonnxruntime-dev-python39

Conversation

@andife

@andife andife commented May 10, 2026

Copy link
Copy Markdown
Member

Root cause

PR #117 bumped pytest to >=9.0.3 in requirements_report.txt, but pytest>=9.0 requires Python >=3.10. The jaxonnxruntime/development/Dockerfile was still on python:3.9, so the Docker build step failed with:

ERROR: Ignored the following versions that require a different python version: 9.0.0 Requires-Python >=3.10 ...
ERROR: No matching distribution found for pytest>=9.0.3

Fix

Bump base image from python:3.9 to python:3.10, matching the existing stable/Dockerfile.

Verification

This is a one-line change identical to what stable/Dockerfile already uses.

pytest>=9.0.3 (bumped in #117) requires Python >=3.10.
The development Dockerfile was still on python:3.9, causing the
Docker build to fail with "No matching distribution found for
pytest>=9.0.3". Aligns with the stable Dockerfile which already
uses python:3.10.

Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
@sonarqubecloud

Copy link
Copy Markdown

@andife andife requested a review from strimo378 May 10, 2026 17:12
@strimo378 strimo378 merged commit 8fcd6b8 into main May 11, 2026
11 checks passed
@strimo378 strimo378 deleted the fix/jaxonnxruntime-dev-python39 branch May 11, 2026 06:10
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.

2 participants