remove python 3.4 support

This commit is contained in:
Chris MacNaughton
2021-03-08 15:45:46 +01:00
parent a396e32873
commit 2d753a32ba
+1 -1
View File
@@ -9,7 +9,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:
- uses: actions/checkout@v1