support python 3.14 (#605)

* add python 3.14 to ci

* allow torch 2.9 for python 3.14
This commit is contained in:
Branch Vincent 2025-10-30 09:17:31 -07:00 committed by GitHub
parent cdfcfb9169
commit 0a7e932837
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1311 additions and 527 deletions

View file

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
defaults:
run:

View file

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
defaults:
run:
working-directory: ./tests/modelserver