Skip to content

Commit 40d319b

Browse files
daywalker90cdecker
authored andcommitted
python: raise minimum supported python version to 3.9
Changelog-None
1 parent 03b4f47 commit 40d319b

File tree

16 files changed

+23
-63
lines changed

16 files changed

+23
-63
lines changed

.github/workflows/readme-rpc-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: 3.8
26+
python-version: 3.9
2727

2828
- name: Install python modules
2929
run: |

contrib/cln-tracer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Christian Decker <decker.christian@gmail.com>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "^3.8"
9+
python = "^3.9"
1010
bcc = "^0.1.10"
1111
opentelemetry-proto = "^1.21.0"
1212

contrib/pyln-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.8"
14+
python = "^3.9"
1515
pyln-proto = ">=23"
1616
pyln-bolt7 = ">=1.0"
1717

contrib/pyln-grpc-proto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = [
1616
]
1717

1818
[tool.poetry.dependencies]
19-
python = "^3.8"
19+
python = "^3.9"
2020
grpcio = "*"
2121
protobuf = "5.29.4"
2222

contrib/pyln-proto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.8"
14+
python = "^3.9"
1515
base58 = "^2.1.1"
1616
bitstring = "^4.1.0"
1717
coincurve = "^20"

contrib/pyln-spec/bolt1/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010
]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.8"
13+
python = "^3.9"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
pyln-proto = "^0.10.2"

contrib/pyln-spec/bolt2/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010
]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.8"
13+
python = "^3.9"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
pyln-proto = "^0.10.2"

contrib/pyln-spec/bolt4/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010
]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.8"
13+
python = "^3.9"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
pyln-proto = "^0.10.2"

contrib/pyln-spec/bolt7/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010
]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.8"
13+
python = "^3.9"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
pyln-proto = "^0.10.2"

contrib/pyln-testing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.8"
14+
python = "^3.9"
1515
pytest = "^7"
1616
ephemeral-port-reserve = "^1.1.4"
1717
psycopg2-binary = "^2.9"

0 commit comments

Comments
 (0)