Remove Python 3.4 test

This commit is contained in:
nicolargo 2021-08-29 09:54:52 +02:00
parent 7544c959e3
commit 32152d7ca5

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps: