Skip to content

Commit

Permalink
Merge pull request #53 from graingert/patch-2
Browse files Browse the repository at this point in the history
drop support for python 3.7
  • Loading branch information
nateprewitt authored Aug 8, 2024
2 parents 94fe7e5 + f0736b1 commit f3161bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand All @@ -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",
Expand Down

0 comments on commit f3161bf

Please sign in to comment.