From c80a1ea3d846c7f8d15a3dbac1412055c82c675d Mon Sep 17 00:00:00 2001 From: Muhammad Furqan Habibi Date: Thu, 6 Jun 2024 19:49:29 +0900 Subject: [PATCH] Remove python 3.7 support --- .github/workflows/workflow.yml | 6 +++--- pyproject.toml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4e295e8..c5ee039 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -6,7 +6,7 @@ jobs: lock: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v4 @@ -23,7 +23,7 @@ jobs: needs: lock strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v4 @@ -41,7 +41,7 @@ jobs: needs: lock strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index c3fbc22..bfedf24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Typing :: Typed" ]