summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-04-01 13:45:03 +0200
committerGravatar Nikias Bassen2024-04-01 13:45:03 +0200
commit1ec2c2c5e3609cc02b302bcbd79ed2872260d350 (patch)
treed84729eb5b8873daf9a63de6d49e58a1090a6b30
parent59ec38cb6465f794cf8e2ab204711b9a10dd9eda (diff)
downloadlibimobiledevice-1ec2c2c5e3609cc02b302bcbd79ed2872260d350.tar.gz
libimobiledevice-1ec2c2c5e3609cc02b302bcbd79ed2872260d350.tar.bz2
cython: Set explicit language_level to 3str
-rw-r--r--cython/imobiledevice.pxd3
1 files changed, 3 insertions, 0 deletions
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 *