We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a38d4 commit 0bb7514Copy full SHA for 0bb7514
2 files changed
CHANGELOG.rst
@@ -60,6 +60,11 @@ Bugfixes
60
61
- Fix unit tests that changed the context and didn't reset their changes. (#92)
62
63
+Build
64
+-----
65
+
66
+- Use ``language_level=3`` in the Cython code. (#96)
67
68
Documentation
69
-------------
70
mpfr.pyx
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-# cython: embedsignature = True
+# cython: language_level=3, embedsignature=True
3
4
# Copyright 2009--2019 Mark Dickinson.
5
#
0 commit comments