mdickinson / bigfloat

Python wrapper for MPFR, providing high-precision floating-point arithmetic
GNU Lesser General Public License v3.0
41 stars 11 forks source link

Use language_level=3 in Cython code (backport of #96) #97

Closed mdickinson closed 4 years ago

mdickinson commented 4 years ago

Backport of PR #96 (using language_level=3 in Cython code) to the release branch.