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:
|
||||
|
|
|
@ -18,7 +18,6 @@ classifiers = [
|
|||
"Topic :: Database",
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
|
|
Loading…
Reference in a new issue