chores(test): remove python 3.13 from testing matrix

This commit is contained in:
Reckless_Satoshi 2024-09-10 01:35:24 +01:00
parent 47b6566961
commit e199bbab38
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -21,7 +21,7 @@ jobs:
strategy: strategy:
max-parallel: 2 max-parallel: 2
matrix: 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'] lnd-version: ['v0.18.2-beta']
cln-version: ['v24.08'] cln-version: ['v24.08']
ln-vendor: ['LND', 'CLN'] ln-vendor: ['LND', 'CLN']