Closes #5532: Drop support for Python 3.6
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user