Skip to content

Commit

Permalink
drop python3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan committed Jul 25, 2023
1 parent 939f646 commit db07cd5
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 @@ -7,7 +7,7 @@ name = "hishel"
dynamic = ["readme", "version"]
description = "Persistant cache implementation for httpx and httpcore"
license = "BSD-3-Clause"
requires-python = ">=3.7"
requires-python = ">=3.8"
authors = [
{ name = "Kar Petrosyan", email = "[email protected]" },
]
Expand All @@ -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",
Expand Down

0 comments on commit db07cd5

Please sign in to comment.