Skip to content

Commit 948c973

Browse files
committed
historian: require python >=3.9.2 for pyln compat
1 parent 79589d7 commit 948c973

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

historian/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name = "historian"
33
version = "0.1.0"
44
description = "A plugin to store historical Lightning Network gossip in a database."
55
readme = "README.md"
6-
authors = [{name = "Christian Decker", email = "<decker@blockstream.io>"}]
6+
authors = [{ name = "Christian Decker", email = "<decker@blockstream.io>" }]
77
license = "MIT"
8-
requires-python = ">=3.9"
8+
requires-python = ">=3.9.2"
99
dependencies = [
1010
"inotify>=0.2.12",
1111
"pika>=1.3.2",
@@ -25,7 +25,7 @@ dev = [
2525
[tool.poetry]
2626

2727
[tool.poetry.dependencies]
28-
python = "^3.9"
28+
python = "^3.9.2"
2929
pyln-client = ">=24.2"
3030
sqlalchemy = "^2.0.40"
3131
python-dotenv = "^1.1.0"

historian/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)