@@ -127,7 +127,7 @@ def get_package_data():
127127 "babel-vue-extractor"
128128 ],
129129 },
130- python_requires = '>=3.7 ,<3.13 ' ,
130+ python_requires = '>=3.9 ,<3.15 ' ,
131131 tests_require = load_requirements ("test_requirements.txt" ),
132132 cmdclass = {'test' : PyTest },
133133 test_suite = '' ,
@@ -147,12 +147,12 @@ def get_package_data():
147147 'License :: OSI Approved :: GNU General Public License (GPL)' ,
148148 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' ,
149149 'Programming Language :: Python :: 3' ,
150- 'Programming Language :: Python :: 3.7' ,
151- 'Programming Language :: Python :: 3.8' ,
152150 'Programming Language :: Python :: 3.9' ,
153151 'Programming Language :: Python :: 3.10' ,
154152 'Programming Language :: Python :: 3.11' ,
155153 'Programming Language :: Python :: 3.12' ,
154+ 'Programming Language :: Python :: 3.13' ,
155+ 'Programming Language :: Python :: 3.14' ,
156156 'Topic :: Internet :: Proxy Servers' ,
157157 'Topic :: Internet :: WWW/HTTP' ,
158158 'Topic :: Internet :: WWW/HTTP :: WSGI' ,
0 commit comments