Closes #5532: Drop support for Python 3.6

This commit is contained in:
jeremystretch
2021-04-21 10:20:09 -04:00
parent efea511211
commit b509d96f18
4 changed files with 12 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]
services:
redis:
image: redis