Merge pull request #324 from ollama/mxyng/python3.13

chore: add python3.13 to test matrix
This commit is contained in:
Michael Yang
2024-11-19 10:40:18 -08:00
committed by GitHub

View File

@@ -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