diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79201f9..e046787 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: diff --git a/pyproject.toml b/pyproject.toml index 7648eac..3f238da 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"