@@ -278,7 +278,7 @@ def gssapi_modules(lst):
278278
279279setup (
280280 name = 'gssapi' ,
281- version = '1.8.4 ' ,
281+ version = '1.9.0 ' ,
282282 author = 'The Python GSSAPI Team' ,
283283 author_email = 'jborean93@gmail.com' ,
284284 packages = ['gssapi' , 'gssapi.raw' , 'gssapi.raw._enum_extensions' ,
@@ -291,17 +291,17 @@ def gssapi_modules(lst):
291291 long_description = long_desc ,
292292 license = 'LICENSE.txt' ,
293293 url = "https://github.com/pythongssapi/python-gssapi" ,
294- python_requires = ">=3.7 " ,
294+ python_requires = ">=3.8 " ,
295295 classifiers = [
296296 'Development Status :: 5 - Production/Stable' ,
297297 'Programming Language :: Python' ,
298298 'Programming Language :: Python :: 3' ,
299- 'Programming Language :: Python :: 3.7' ,
300299 'Programming Language :: Python :: 3.8' ,
301300 'Programming Language :: Python :: 3.9' ,
302301 'Programming Language :: Python :: 3.10' ,
303302 'Programming Language :: Python :: 3.11' ,
304303 'Programming Language :: Python :: 3.12' ,
304+ 'Programming Language :: Python :: 3.13' ,
305305 'Intended Audience :: Developers' ,
306306 'License :: OSI Approved :: ISC License (ISCL)' ,
307307 'Programming Language :: Python :: Implementation :: CPython' ,
0 commit comments