We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f26b75 commit 170556cCopy full SHA for 170556c
1 file changed
pythonforandroid/recipes/kivy/__init__.py
@@ -25,7 +25,7 @@ def is_kivy_affected_by_deadlock_issue(recipe=None, arch=None):
25
def is_kivy_less_than_3(recipe=None, arch=None):
26
return packaging.version.parse(
27
str(get_kivy_version(recipe, arch))
28
- ) < packaging.version.Version("3.0.0")
+ ) < packaging.version.Version("3.0.0.dev0")
29
30
31
class KivyRecipe(PyProjectRecipe):
0 commit comments