Skip to content

Commit 0bb7514

Browse files
authored
Use language_level=3 for Cython (#96)
1 parent 37a38d4 commit 0bb7514

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ Bugfixes
6060

6161
- Fix unit tests that changed the context and didn't reset their changes. (#92)
6262

63+
Build
64+
-----
65+
66+
- Use ``language_level=3`` in the Cython code. (#96)
67+
6368
Documentation
6469
-------------
6570

mpfr.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# cython: embedsignature = True
2+
# cython: language_level=3, embedsignature=True
33

44
# Copyright 2009--2019 Mark Dickinson.
55
#

0 commit comments

Comments
 (0)