Skip to content

Commit f3161bf

Browse files
authored
Merge pull request #53 from graingert/patch-2
drop support for python 3.7
2 parents 94fe7e5 + f0736b1 commit f3161bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Repository = "https://github.com/psf/httpbin"
99
[project]
1010
name = "httpbin"
1111
version = "0.10.2"
12-
requires-python = ">=3.7"
12+
requires-python = ">=3.8"
1313
description = "HTTP Request and Response Service"
1414
readme = "README.md"
1515
license = {text = "MIT or ISC"}
@@ -23,7 +23,6 @@ classifiers = [
2323
"License :: OSI Approved :: ISC License (ISCL)",
2424
"License :: OSI Approved :: MIT License",
2525
"Programming Language :: Python",
26-
"Programming Language :: Python :: 3.7",
2726
"Programming Language :: Python :: 3.8",
2827
"Programming Language :: Python :: 3.9",
2928
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)