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:
dvora-h 2022-09-07 11:15:00 +03:00 committed by GitHub
parent c6fb00bfc3
commit 788d3dfe41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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:

View file

@ -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',