From 18fd0cacdcfb5e993f8327d3a7ed972d0188a24e Mon Sep 17 00:00:00 2001 From: Iurii Pliner Date: Tue, 8 Aug 2023 12:39:35 +0100 Subject: [PATCH] Fix rebase --- pyproject.toml | 3 +-- setup.py | 0 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 setup.py diff --git a/pyproject.toml b/pyproject.toml index 87c718ee..10da42ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "httpcore" dynamic = ["readme", "version"] description = "A minimal low-level HTTP client." license = "BSD-3-Clause" -requires-python = ">=3.7" +requires-python = ">=3.8" authors = [ { name = "Tom Christie", email = "tom@tomchristie.com" }, ] @@ -21,7 +21,6 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3", "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", diff --git a/setup.py b/setup.py deleted file mode 100644 index e69de29b..00000000