Skip to content

Commit 99b98ab

Browse files
committed
Set Cython language level to 3 in histogram2d.pyx and mandelbrot.pyx
1 parent 7038614 commit 99b98ab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/histogram2d.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: language_level=3
12
# -*- coding: utf-8 -*-
23
#
34
# Licensed under the terms of the BSD 3-Clause

src/mandelbrot.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: language_level=3
12
# -*- coding: utf-8 -*-
23
#
34
# Licensed under the terms of the BSD 3-Clause

0 commit comments

Comments
 (0)