Skip to content

Commit

Permalink
Merge pull request #193 from jgmbenoit/debian/1.11.4+ds-1/cythonize/f…
Browse files Browse the repository at this point in the history
…ix/obsoleteddirective

cythonize: discard now obsoleted directive
  • Loading branch information
Matthias Köppe authored Jun 9, 2024
2 parents 866eaed + 474179c commit 81ef9a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def cythonize(self, extensions):
compiler_directives=dict(
binding=True,
language_level=2,
legacy_implicit_noexcept=True,
))


Expand Down

0 comments on commit 81ef9a5

Please sign in to comment.