We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94fe7e5 + f0736b1 commit f3161bfCopy full SHA for f3161bf
pyproject.toml
@@ -9,7 +9,7 @@ Repository = "https://github.com/psf/httpbin"
9
[project]
10
name = "httpbin"
11
version = "0.10.2"
12
-requires-python = ">=3.7"
+requires-python = ">=3.8"
13
description = "HTTP Request and Response Service"
14
readme = "README.md"
15
license = {text = "MIT or ISC"}
@@ -23,7 +23,6 @@ classifiers = [
23
"License :: OSI Approved :: ISC License (ISCL)",
24
"License :: OSI Approved :: MIT License",
25
"Programming Language :: Python",
26
- "Programming Language :: Python :: 3.7",
27
"Programming Language :: Python :: 3.8",
28
"Programming Language :: Python :: 3.9",
29
"Programming Language :: Python :: 3.10",
0 commit comments