We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c417857 commit 397d4abCopy full SHA for 397d4ab
.github/workflows/test_api.yml
@@ -16,7 +16,7 @@ jobs:
16
test: # This code is based on https://github.com/gaogaotiantian/viztracer/blob/master/.github/workflows/python-package.yml
17
strategy:
18
matrix:
19
- python-version: ['3.7', '3.8', '3.11', '3.12']
+ python-version: ['3.9', '3.10', '3.11', '3.13']
20
os: [ ubuntu-latest ]
21
runs-on: ${{ matrix.os }}
22
timeout-minutes: 5
0 commit comments