Don't test on EOL-ed Python versions (3.4 and 3.5)

This commit is contained in:
Marcin Kulik
2021-10-02 16:38:01 +02:00
parent 44c782dc6a
commit 65559c207e

View File

@@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
python: [3.6, 3.7, 3.8, 3.9]
env:
TERM: dumb
steps: