Skip to content

Commit 170556c

Browse files
committed
fix kivy master build
1 parent 0f26b75 commit 170556c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def is_kivy_affected_by_deadlock_issue(recipe=None, arch=None):
2525
def is_kivy_less_than_3(recipe=None, arch=None):
2626
return packaging.version.parse(
2727
str(get_kivy_version(recipe, arch))
28-
) < packaging.version.Version("3.0.0")
28+
) < packaging.version.Version("3.0.0.dev0")
2929

3030

3131
class KivyRecipe(PyProjectRecipe):

0 commit comments

Comments
 (0)