Commit 8fcd6b8
authored
Fix jaxonnxruntime_dev CI: upgrade Python 3.9 -> 3.10 (#120)
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>1 parent 1a461d3 commit 8fcd6b8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments