We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a1dbe commit 5acb5b1Copy full SHA for 5acb5b1
1 file changed
setup.py
@@ -310,7 +310,7 @@ def gssapi_modules(lst):
310
311
setup(
312
name='gssapi',
313
- version='1.11.0',
+ version='1.11.1',
314
author='The Python GSSAPI Team',
315
author_email='jborean93@gmail.com',
316
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
@@ -336,7 +336,7 @@ def gssapi_modules(lst):
336
'Programming Language :: Python :: 3.12',
337
'Programming Language :: Python :: 3.13',
338
'Programming Language :: Python :: 3.14',
339
- "Programming Language :: Python :: Free Threading :: 2 - Beta"
+ "Programming Language :: Python :: Free Threading :: 2 - Beta",
340
'Intended Audience :: Developers',
341
'Programming Language :: Python :: Implementation :: CPython',
342
'Programming Language :: Cython',
0 commit comments