From e4ba677faf7110bd979e5c4e07e7283024e93c99 Mon Sep 17 00:00:00 2001 From: Alexander Vasin Date: Mon, 6 May 2024 22:20:52 +0300 Subject: [PATCH] Remove 3.7 support --- .github/workflows/tests.yml | 1 - pyproject.toml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a17b34..69194ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,6 @@ jobs: matrix: python: - - '3.7' - '3.8' - '3.9' - '3.10' diff --git a/pyproject.toml b/pyproject.toml index 16352c5..df692c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ classifiers = [ "Operating System :: Microsoft", "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", @@ -43,7 +42,6 @@ classifiers = [ aiohttp = ">=3.8,<3.10" aiomisc = "^17.3.4" aws-request-signer = "1.2.0" -cached-property = [{ version = '^1.5.2', python = "< 3.8" }] typing_extensions = [{ version = '*', python = "< 3.10" }] python = "^3.8"