更新GitHub Actions测试工作流的python版本 (#324)

This commit is contained in:
hect0x7 2025-01-18 00:12:38 +08:00 committed by GitHub
parent c41785766d
commit 397d4ab95c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
test: # This code is based on https://github.com/gaogaotiantian/viztracer/blob/master/.github/workflows/python-package.yml test: # This code is based on https://github.com/gaogaotiantian/viztracer/blob/master/.github/workflows/python-package.yml
strategy: strategy:
matrix: matrix:
python-version: ['3.7', '3.8', '3.11', '3.12'] python-version: ['3.9', '3.10', '3.11', '3.13']
os: [ ubuntu-latest ] os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
timeout-minutes: 5 timeout-minutes: 5