Skip to content

Commit 52b83df

Browse files
committed
move language_level to files
1 parent 085b54d commit 52b83df

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ elseif(PYZMQ_BACKEND STREQUAL "cython")
411411
VERBATIM
412412
COMMAND "${Python_EXECUTABLE}"
413413
-mcython
414-
--3str
415414
--output-file ${ZMQ_C}
416415
--module-name "zmq.backend.cython._zmq"
417416
${ZMQ_PYX}

zmq/backend/cython/_zmq.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: language_level = 3str
12
"""zmq Cython backend augmented declarations"""
23

34
# Copyright (C) PyZMQ Developers

zmq/backend/cython/_zmq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: language_level = 3str
12
# cython: freethreading_compatible = True
23
"""Cython backend for pyzmq"""
34

0 commit comments

Comments
 (0)