From 8098f4f1dac1a99df7994607beb51913589174b2 Mon Sep 17 00:00:00 2001 From: Petr Belskiy Date: Sun, 18 Aug 2024 14:15:04 +0300 Subject: [PATCH] drop testing on Python 3.7 --- .github/workflows/python.yml | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0bd0a7e..a94258d 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index 1e1ae7a..f3e087e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,6 @@ classifiers=[ 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',