8000 add cython directive language_level=3 · Tagar/python-sasl@906df0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 906df0d

Browse files
authored
add cython directive language_level=3
add cython directive language_level=3 - necessary for older Cython versions
1 parent 9d933a2 commit 906df0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sasl/saslwrapper.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# cython: language_level=3
16+
1517
from six import string_types, PY3
1618

1719
from libcpp cimport bool

0 commit comments

Comments
 (0)
0