config: drop python 3.5 in CI build

python 3.6 is required for certain features we are using.
This commit is contained in:
David Lechner
2020-06-17 13:13:14 -05:00
parent 70cc605b56
commit fd75e94824
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2