Skip to content

Commit b869440

Browse files
authored
add python 3.13 to tests
1 parent 16d59db commit b869440

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
31+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Setup uv python package manager
@@ -105,4 +105,4 @@ jobs:
105105
# coco evaluate
106106
sahi coco evaluate --dataset_json_path tests/data/coco_evaluate/dataset.json --result_json_path tests/data/coco_evaluate/result.json
107107
# coco analyse
108-
sahi coco analyse --dataset_json_path tests/data/coco_evaluate/dataset.json --result_json_path tests/data/coco_evaluate/result.json --out_dir tests/data/coco_evaluate/
108+
sahi coco analyse --dataset_json_path tests/data/coco_evaluate/dataset.json --result_json_path tests/data/coco_evaluate/result.json --out_dir tests/data/coco_evaluate/

0 commit comments

Comments
 (0)