From 719c936140564ee3f57cefd2c80c950c7398a8ea Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 29 Dec 2022 14:56:28 +0100 Subject: [PATCH] meta: Move the meta project to py3.7 as pyln-client requires that --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afd477b..37c38af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Christian Decker "] license = "MIT" [tool.poetry.dependencies] -python = "^3.6" +python = "^3.7" virtualenv = "^20.13.1" [tool.poetry.dev-dependencies]