Explorar el Código

syncfilerange: add cython: language_level=3

Thomas Waldmann hace 5 años
padre
commit
8ac86b8cae
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/borg/platform/syncfilerange.pyx

+ 2 - 0
src/borg/platform/syncfilerange.pyx

@@ -1,3 +1,5 @@
+# cython: language_level=3
+
 from libc.stdint cimport int64_t