Skip to content

Commit 397d4ab

Browse files
authored
更新GitHub Actions测试工作流的python版本 (#324)
1 parent c417857 commit 397d4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test: # This code is based on https://github.com/gaogaotiantian/viztracer/blob/master/.github/workflows/python-package.yml
1717
strategy:
1818
matrix:
19-
python-version: ['3.7', '3.8', '3.11', '3.12']
19+
python-version: ['3.9', '3.10', '3.11', '3.13']
2020
os: [ ubuntu-latest ]
2121
runs-on: ${{ matrix.os }}
2222
timeout-minutes: 5

0 commit comments

Comments
 (0)