Skip to content

Commit

Permalink
Set Cython language level to 3 in histogram2d.pyx and mandelbrot.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Nov 6, 2024
1 parent 7038614 commit 99b98ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/histogram2d.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# cython: language_level=3
# -*- coding: utf-8 -*-
#
# Licensed under the terms of the BSD 3-Clause
Expand Down
1 change: 1 addition & 0 deletions src/mandelbrot.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# cython: language_level=3
# -*- coding: utf-8 -*-
#
# Licensed under the terms of the BSD 3-Clause
Expand Down

0 comments on commit 99b98ab

Please sign in to comment.