mirror of
https://github.com/hect0x7/JMComic-Crawler-Python.git
synced 2025-09-26 22:31:30 +08:00
更新GitHub Actions测试工作流的python版本 (#324)
This commit is contained in:
parent
c41785766d
commit
397d4ab95c
2
.github/workflows/test_api.yml
vendored
2
.github/workflows/test_api.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user