meta: Move the meta project to py3.7 as pyln-client requires that

This commit is contained in:
Christian Decker
2022-12-29 14:56:28 +01:00
parent 48fbe6448b
commit 719c936140

View File

@@ -6,7 +6,7 @@ authors = ["Christian Decker <decker.christian@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.6"
python = "^3.7"
virtualenv = "^20.13.1"
[tool.poetry.dev-dependencies]