Merge pull request #66 from BOSWatch/drop_eol_py_versions

Drop python 3.5 testing
This commit is contained in:
Bastian Schroll 2021-01-15 08:15:22 +01:00 committed by GitHub
commit cc309b7696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9] python-version: [3.6, 3.7, 3.8, 3.9]
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
steps: steps: