Start testing on Python 3.9 and stop on EOL Py3.5

* https://devguide.python.org/devcycle/#end-of-life-branches
* https://devguide.python.org/#status-of-python-branches
This commit is contained in:
Christian Clauss 2020-10-14 15:44:20 +02:00 committed by GitHub
parent 29dac8a188
commit 10d7b30b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 16
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1