Commit 6dd9d85
committed
bump minimum python version to 3.10
When running with 3.9, I get the following:
```
❯ uv sync
Using CPython 3.9.6 interpreter at: /Applications/Xcode.app/Contents/Developer/usr/bin/python3
Creating virtual environment at: .venv
Resolved 103 packages in 28.53s
error: Distribution `onnxruntime==1.20.1 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform
hint: You're using CPython 3.9 (`cp39`), but `onnxruntime` (v1.20.1) only has wheels with the following Python implementation tags: `cp310`, `cp311`, `cp312`, `cp313`
```1 parent 3121b12 commit 6dd9d85
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments