chore(coordinator): bump python to 3.12

This commit is contained in:
Reckless_Satoshi 2024-04-21 21:52:13 +01:00
parent 94d54aa328
commit c4c5eb1268
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,9 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-tag: ['3.11.6-slim-bookworm', '3.12.1-slim-bookworm']
lnd-version: ['v0.17.3-beta']
cln-version: ['v23.11.2']
python-tag: ['3.12.3-slim-bookworm', '3.13-rc-slim-bookworm']
lnd-version: ['v0.17.4-beta']
cln-version: ['v23.11.2','v24.02']
ln-vendor: ['LND'] #, 'CLN']
steps:

View File

@ -1,4 +1,4 @@
FROM python:3.11.9-slim-bookworm
FROM python:3.12.3-slim-bookworm
ARG DEBIAN_FRONTEND=noninteractive
ARG DEVELOPMENT=False