Drop support for Python 3.5

This commit is contained in:
Samkit Jain
2020-08-15 20:40:13 +05:30
committed by Jeremy Singer-Vine
parent 1aa921b39c
commit baf103307b
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
@@ -64,7 +64,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
cat requirements-dev.txt | xargs -n 1 pip install
pip install -r requirements-dev.txt
- name: Run tests
run: |