Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update buildozer.spec
Browse files Browse the repository at this point in the history
Cython 0.29.36
  • Loading branch information
xavierfiechter committed Jul 27, 2023
1 parent ebc6af5 commit 36bc667
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 36bc667

Please sign in to comment.