feat: add support for python 3.13 (#1256)
* feat: update Python version requirement to be compatible with 3.13 * feat: add Python 3.13 to compatibility matrix * feat: update onnxruntime dependency for Python version compatibility * fix: drop onnxruntime restriction for python >= 3.10
This commit is contained in:
2
.github/workflows/python-compatibility.yml
vendored
2
.github/workflows/python-compatibility.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12"]
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user