Skip to content

Commit 861b55b

Browse files
committed
let cython know that we are using python3.
1 parent c3382a3 commit 861b55b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vpython/cyvector.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# cython: language_level=3
2+
13
from random import random
24

35
# List of names imported from this module with import *

0 commit comments

Comments
 (0)