From f0736b19522e1d834dbdd97c0c9bd77a87728305 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 8 Aug 2024 17:58:17 +0100 Subject: [PATCH] drop support for python 3.7 Now that 3.7 isn't in GHA support can be dropped --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 43b6bfa4..894c5509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ Repository = "https://github.com/psf/httpbin" [project] name = "httpbin" version = "0.10.2" -requires-python = ">=3.7" +requires-python = ">=3.8" description = "HTTP Request and Response Service" readme = "README.md" license = {text = "MIT or ISC"} @@ -23,7 +23,6 @@ classifiers = [ "License :: OSI Approved :: ISC License (ISCL)", "License :: OSI Approved :: MIT License", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",