Drop support for Python 3.5 (end-of-life)

This commit is contained in:
Unrud 2020-10-04 15:13:01 +02:00
parent 0e8949ff71
commit 571567a4ec
2 changed files with 2 additions and 3 deletions

View file

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, '3.9.0-alpha - 3.9', pypy3]
python-version: [3.6, 3.7, 3.8, '3.9.0-alpha - 3.9', pypy3]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2