Skip to content

Commit d56181c

Browse files
authored
Merge pull request kivy#2131 from AndreMiras/feature/cffi_version_bump
Bumps cffi==1.13.2 fixes under Python 3.8
2 parents 94d1a7d + 10cf158 commit d56181c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/cffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class CffiRecipe(CompiledComponentsPythonRecipe):
77
Extra system dependencies: autoconf, automake and libtool.
88
"""
99
name = 'cffi'
10-
version = '1.11.5'
10+
version = '1.13.2'
1111
url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz'
1212

1313
depends = ['setuptools', 'pycparser', 'libffi']

0 commit comments

Comments
 (0)