@@ -13,7 +13,7 @@ dependencies = [
1313 " typing-extensions>=4.13.2" ,
1414 " voluptuous" ,
1515]
16- requires-python = " >=3.9 "
16+ requires-python = " >=3.10 "
1717readme = " README.rst"
1818license = " Apache-2.0"
1919license-files = [" LICENSE" ]
@@ -23,11 +23,11 @@ classifiers = [
2323 " Intended Audience :: Developers" ,
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3" ,
26- " Programming Language :: Python :: 3.9" ,
2726 " Programming Language :: Python :: 3.10" ,
2827 " Programming Language :: Python :: 3.11" ,
2928 " Programming Language :: Python :: 3.12" ,
3029 " Programming Language :: Python :: 3.13" ,
30+ " Programming Language :: Python :: 3.14" ,
3131 " Topic :: Internet" ,
3232 " Topic :: Internet :: Proxy Servers" ,
3333 " Topic :: Internet :: WWW/HTTP" ,
@@ -100,11 +100,11 @@ ignorelist = ["id"]
100100
101101[tool .tox ]
102102env_list = [
103- " 3.9" ,
104103 " 3.10" ,
105104 " 3.11" ,
106105 " 3.12" ,
107106 " 3.13" ,
107+ " 3.14" ,
108108 " lint" ,
109109]
110110skip_missing_interpreters = false
@@ -119,7 +119,7 @@ commands = [
119119
120120[tool .tox .env .lint ]
121121description = " Code linting"
122- python = " 3.13 "
122+ python = " 3.14 "
123123dependency_groups = [
124124 " dev" ,
125125 " lint" ,
@@ -131,8 +131,8 @@ commands = [
131131]
132132
133133[tool .tox .gh .python ]
134- "3.13" = [" 3.13" , " lint" ]
134+ "3.14" = [" 3.14" , " lint" ]
135+ "3.13" = [" 3.13" ]
135136"3.12" = [" 3.12" ]
136137"3.11" = [" 3.11" ]
137138"3.10" = [" 3.10" ]
138- "3.9" = [" 3.9" ]
0 commit comments