-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cython 3 generates code which fails on Python that was built with assertions enabled. This commit adds the upper bound version until this issue has been fixed. CI has been updated to test out this specific scenario. Signed-off-by: Jordan Borean <[email protected]>
- Loading branch information
Showing
3 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -274,7 +274,7 @@ def gssapi_modules(lst): | |
|
||
setup( | ||
name='gssapi', | ||
version='1.8.3', | ||
version='1.8.4', | ||
author='The Python GSSAPI Team', | ||
author_email='[email protected]', | ||
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions', | ||
|