Update pytest-ci.yml

This commit is contained in:
mawenbo 2024-07-18 17:28:08 +08:00 committed by GitHub
parent f3131a092b
commit d94a05aa9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8.8, 3.12.4]
python-version: [3.6.8, 3.8.8, 3.12.4]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}