From 36bc667ab094cce0a4bf9716d62b2f1bec5e3685 Mon Sep 17 00:00:00 2001 From: Xavier Fiechter <31884704+xavierfiechter@users.noreply.github.com> Date: Thu, 27 Jul 2023 23:59:07 +0200 Subject: [PATCH] Update buildozer.spec Cython 0.29.36 --- buildozer.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/buildozer.spec b/buildozer.spec index ca937d2..cf03874 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -28,17 +28,18 @@ source.exclude_dirs = tests, bin, venv, old-sources, multisig version.regex = __version__ = ['"](.*)['"] version.filename = %(source.dir)s/main.py -#Cython==0.29.32 -> Cython==0.29.33 +#Cython==0.29.32 -> Cython==0.29.36 # https://github.com/kivy/python-for-android/issues/2847 # (list) Application requirements requirements = #python3==3.9.9, - python==3.10, + #python==3.10, + python3, #cffi==1.13.2, cffi==1.15.1, pbkdf2, - Cython==0.29.33, + Cython==0.29.36, typing-extensions==4.4.0, aioconsole==0.1.10, aiosignal==1.2.0,