Drop python 3.6 support (#374)
* Drop python 3.6 support * Update pyproject.toml Co-authored-by: Chayim <chayim@users.noreply.github.com>
This commit is contained in:
parent
c6fb00bfc3
commit
788d3dfe41
2 changed files with 2 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
pyver: [ "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ]
|
||||
pyver: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ]
|
||||
redisstack: [ "latest" ]
|
||||
fail-fast: false
|
||||
services:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue