mirror of
https://github.com/ollama/ollama-python.git
synced 2026-04-17 12:58:17 +08:00
chore: add python3.13 to test matrix
This commit is contained in:
parent
dc38fe4675
commit
52510cca53
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user