@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66name = " python-jsonpath"
77description = ' JSONPath, JSON Pointer and JSON Patch for Python.'
88readme = " README.md"
9- requires-python = " >=3.7 "
9+ requires-python = " >=3.8 "
1010license = " MIT"
1111keywords = []
1212authors = [{
name =
" James Prior" ,
email =
" [email protected] " }]
@@ -15,7 +15,6 @@ classifiers = [
1515 " Intended Audience :: Developers" ,
1616 " License :: OSI Approved :: MIT License" ,
1717 " Programming Language :: Python" ,
18- " Programming Language :: Python :: 3.7" ,
1918 " Programming Language :: Python :: 3.8" ,
2019 " Programming Language :: Python :: 3.9" ,
2120 " Programming Language :: Python :: 3.10" ,
@@ -67,7 +66,7 @@ lint = "ruff check ."
6766typing = " mypy"
6867
6968[[tool .hatch .envs .test .matrix ]]
70- python = [" 37 " , " 38" , " 39" , " 310" , " 311" , " 312" , " pypy38" , " pypy39" ]
69+ python = [" 38" , " 39" , " 310" , " 311" , " 312" , " pypy38" , " pypy39" ]
7170
7271[tool .hatch .envs .test .scripts ]
7372test = " pytest {args}"
0 commit comments