From 7d982fb366b179bd43846898a1279324ae18844d Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Tue, 31 Dec 2019 12:06:02 -0500 Subject: [PATCH] [renpy-distribute-tools] Update deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 659d07d..bd6e542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Making Ren'Py distribution less of a pain in the arse" authors = ["Marquis Kurt "] [tool.poetry.dependencies] -python = "^3.5" +python = ">=3.5" [tool.poetry.dev-dependencies] pytest = "^4.6"