@@ -14,7 +14,7 @@ maintainers = [
1414 {name = " Ian Stapleton Cordasco" , email =" graffatcolmingov@gmail.com" },
1515 {name = " Nate Prewitt" , email =" nate.prewitt@gmail.com" }
1616]
17- requires-python = " >=3.9 "
17+ requires-python = " >=3.10 "
1818dependencies = [
1919 " charset_normalizer>=2,<4" ,
2020 " idna>=2.5,<4" ,
@@ -32,7 +32,6 @@ classifiers = [
3232 " Operating System :: OS Independent" ,
3333 " Programming Language :: Python" ,
3434 " Programming Language :: Python :: 3" ,
35- " Programming Language :: Python :: 3.9" ,
3635 " Programming Language :: Python :: 3.10" ,
3736 " Programming Language :: Python :: 3.11" ,
3837 " Programming Language :: Python :: 3.12" ,
@@ -85,8 +84,7 @@ select = [
8584 " UP" , # pyupgrade
8685 " T10" , # flake8-debugger (replaces debug-statements hook)
8786]
88- # UP036: Remove once Python 3.10 is the minimum supported version
89- ignore = [" E203" , " E501" , " UP038" , " UP031" , " UP036" ]
87+ ignore = [" E203" , " E501" , " UP038" , " UP031" ]
9088per-file-ignores = {"src/requests/__init__.py" = [" E402" , " F401" ], "src/requests/compat.py" = [" E402" , " F401" ], "tests/compat.py" = [" F401" ]}
9189
9290[tool .ruff .lint .isort ]
0 commit comments