From 91737f2e469267edc929b7132b27b50f7d5b1d4d Mon Sep 17 00:00:00 2001 From: dvora-h Date: Wed, 7 Sep 2022 02:41:00 +0300 Subject: [PATCH 1/2] Drop python 3.6 support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79201f9e..e0467870 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: From 02c4814415f30ba8eb4f4e3a0a312d8a132881ca Mon Sep 17 00:00:00 2001 From: dvora-h <67596500+dvora-h@users.noreply.github.com> Date: Wed, 7 Sep 2022 10:09:09 +0300 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7648eac0..3f238da9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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', @@ -71,4 +70,4 @@ migrate = "redis_om.model.cli.migrate:migrate" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"