aboutsummaryrefslogtreecommitdiff
path: root/math/py-cypari2/files/patch-setup.py
blob: b7461a85af6ae46c198e9efd4b1cb45f3bbb8004 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2024-03-24 18:42:39 UTC
+++ setup.py
@@ -36,7 +36,6 @@ class build_ext(_build_ext):
             "binding": True,
             "cdivision": True,
             "language_level": 2,
-            "legacy_implicit_noexcept": True,
             "c_api_binop_methods": True,
         }