From 1ec2c2c5e3609cc02b302bcbd79ed2872260d350 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 1 Apr 2024 13:45:03 +0200 Subject: cython: Set explicit language_level to 3str --- cython/imobiledevice.pxd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cython/imobiledevice.pxd b/cython/imobiledevice.pxd index b44e444..238df68 100644 --- a/cython/imobiledevice.pxd +++ b/cython/imobiledevice.pxd @@ -1,3 +1,6 @@ +#!python +#cython: language_level=3str + cimport plist from libc.stdint cimport * -- cgit v1.1-32-gdbae