From e199bbab383542055970f47881e95b2dab067535 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Tue, 10 Sep 2024 01:35:24 +0100 Subject: [PATCH] chores(test): remove python 3.13 from testing matrix --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f34ba6a4c..0d795af66 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -21,7 +21,7 @@ jobs: strategy: max-parallel: 2 matrix: - python-tag: ['3.12.3-slim-bookworm', '3.13-rc-slim-bookworm'] + python-tag: ['3.12.3-slim-bookworm'] lnd-version: ['v0.18.2-beta'] cln-version: ['v24.08'] ln-vendor: ['LND', 'CLN']