@@ -278,7 +278,7 @@ def gssapi_modules(lst):
278
278
279
279
setup (
280
280
name = 'gssapi' ,
281
- version = '1.8.4 ' ,
281
+ version = '1.9.0 ' ,
282
282
author = 'The Python GSSAPI Team' ,
283
283
284
284
packages = ['gssapi' , 'gssapi.raw' , 'gssapi.raw._enum_extensions' ,
@@ -291,17 +291,17 @@ def gssapi_modules(lst):
291
291
long_description = long_desc ,
292
292
license = 'LICENSE.txt' ,
293
293
url = "https://github.com/pythongssapi/python-gssapi" ,
294
- python_requires = ">=3.7 " ,
294
+ python_requires = ">=3.8 " ,
295
295
classifiers = [
296
296
'Development Status :: 5 - Production/Stable' ,
297
297
'Programming Language :: Python' ,
298
298
'Programming Language :: Python :: 3' ,
299
- 'Programming Language :: Python :: 3.7' ,
300
299
'Programming Language :: Python :: 3.8' ,
301
300
'Programming Language :: Python :: 3.9' ,
302
301
'Programming Language :: Python :: 3.10' ,
303
302
'Programming Language :: Python :: 3.11' ,
304
303
'Programming Language :: Python :: 3.12' ,
304
+ 'Programming Language :: Python :: 3.13' ,
305
305
'Intended Audience :: Developers' ,
306
306
'License :: OSI Approved :: ISC License (ISCL)' ,
307
307
'Programming Language :: Python :: Implementation :: CPython' ,
0 commit comments