From a0eed4f09d0ae96079cd5d75fb3d65fcff7ab6c8 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Wed, 28 Feb 2024 12:39:02 +0330 Subject: [PATCH] chore: support for python 3.6 and 3.7 dropped --- .github/workflows/test.yml | 2 -- setup.py | 3 --- tox.ini | 2 -- 3 files changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6115a5..906f908 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,8 +12,6 @@ jobs: strategy: matrix: python-version: - - "3.6.15" - - "3.7" - "3.8" - "3.9" - "3.10" diff --git a/setup.py b/setup.py index b25c44b..d5933aa 100644 --- a/setup.py +++ b/setup.py @@ -29,9 +29,6 @@ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/tox.ini b/tox.ini index 3155687..5f6de4c 100644 --- a/tox.ini +++ b/tox.ini @@ -8,8 +8,6 @@ python = 3.10: py310,flake8 3.9: py39,flake8 3.8: py38,flake8 - 3.7: py37,flake8 - 3.6: py36,flake8 [testenv:flake8] skip_install = True