From 65cf5c8709725ec23de986696c06630455edae45 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 6 Apr 2024 11:48:44 +0200 Subject: [PATCH] Remove support for Python 3.7 --- .github/workflows/main.yml | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5494971..5886f64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.7", "3.12"] + python-version: ["3.8", "3.12"] env: OS: ${{ matrix.os }} diff --git a/pyproject.toml b/pyproject.toml index 0a3151d..c43bf22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ license = { file = "LICENSE" } authors = [ { name = "Andreas Motl", email = "andreas.motl@panodata.org" }, ] -requires-python = ">=3.7" +requires-python = ">=3.8" classifiers = [ "Development Status :: 1 - Planning", "Environment :: Web Environment", @@ -52,7 +52,6 @@ classifiers = [ "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",