drop python3.8

This commit is contained in:
yzqzss 2023-06-10 23:41:31 +08:00 committed by GitHub
parent 6093eb13e2
commit 20ecf9e1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
@ -45,4 +45,4 @@ jobs:
python -m biliarchiver.bili_upload -h
# - name: Test with pytest
# run: |
# pytest
# pytest