Removed Python 3.5 (no longer available)

This commit is contained in:
area-8051 2023-05-30 17:35:31 +02:00 committed by GitHub
parent 2d3c24fc3a
commit f54e3e979f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [3.5, 3.7, 3.8] python-version: [3.7, 3.8]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2