Fix deepcopying on Python 3.11
- Michael Kuron authored
Tested with Python 3.10 and 3.11 and Sympy 1.9 and 1.11
+ 9
− 14
@@ -187,18 +187,15 @@ def get_type_of_expression(expr,
@@ -187,18 +187,15 @@ def get_type_of_expression(expr,
@@ -210,9 +207,7 @@ if int(sympy_version[0]) * 100 + int(sympy_version[1]) >= 109:
@@ -210,9 +207,7 @@ if int(sympy_version[0]) * 100 + int(sympy_version[1]) >= 109: