Merge pull request #519 from ChrisMacNaughton/move-tests-to-35+

remove python 3.4 support
This commit is contained in:
Alex Kavanagh
2021-03-09 17:39:14 +00:00
committed by GitHub
+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