Skip to content

Commit 788d3df

Browse files
dvora-hchayim
andauthored
Drop python 3.6 support (#374)
* Drop python 3.6 support * Update pyproject.toml Co-authored-by: Chayim <[email protected]>
1 parent c6fb00b commit 788d3df

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
matrix:
7575
os: [ ubuntu-latest ]
76-
pyver: [ "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ]
76+
pyver: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ]
7777
redisstack: [ "latest" ]
7878
fail-fast: false
7979
services:

Diff for: pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers = [
1818
"Topic :: Database",
1919
'License :: OSI Approved :: BSD License',
2020
'Programming Language :: Python :: 3.10',
21-
'Programming Language :: Python :: 3.6',
2221
'Programming Language :: Python :: 3.7',
2322
'Programming Language :: Python :: 3.8',
2423
'Programming Language :: Python :: 3.9',
@@ -71,4 +70,4 @@ migrate = "redis_om.model.cli.migrate:migrate"
7170

7271
[build-system]
7372
requires = ["poetry-core>=1.0.0"]
74-
build-backend = "poetry.core.masonry.api"
73+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)