@@ -4,7 +4,7 @@ version = "2.2.2"
44description = " Function decoration for backoff and retry"
55authors = [{ name = " Bob Green" , email = " rgreen@aquent.com" }]
66maintainers = [{ name = " Edgar Ramírez-Mondragón" , email = " edgarrm358@gmail.com" }]
7- requires-python = " >=3.7 "
7+ requires-python = " >=3.8 "
88readme = " README.rst"
99license = " MIT"
1010keywords = [
@@ -20,7 +20,6 @@ classifiers = [
2020 " Operating System :: OS Independent" ,
2121 " Programming Language :: Python" ,
2222 " Programming Language :: Python :: 3" ,
23- " Programming Language :: Python :: 3.7" ,
2423 " Programming Language :: Python :: 3.8" ,
2524 " Programming Language :: Python :: 3.9" ,
2625 " Programming Language :: Python :: 3.10" ,
@@ -77,7 +76,6 @@ min_version = "4.22"
7776requires = [ " tox" , " tox-gh" , " tox-uv" ]
7877env_list = [
7978 " format" ,
80- " 3.7" ,
8179 " 3.8" ,
8280 " 3.9" ,
8381 " 3.10" ,
@@ -101,7 +99,6 @@ commands = [
10199[tool .tox .env .coverage ]
102100description = " generate coverage report"
103101depends = [
104- " 3.7" ,
105102 " 3.8" ,
106103 " 3.9" ,
107104 " 3.10" ,
@@ -155,7 +152,6 @@ commands = [
155152"3.10" = [" 3.10" ]
156153"3.9" = [" 3.9" ]
157154"3.8" = [" 3.8" ]
158- "3.7" = [" 3.7" ]
159155
160156[tool .pytest .ini_options ]
161157filterwarnings = [
0 commit comments