mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 12:11:35 +00:00
chore(coordinator): bump python to 3.12
This commit is contained in:
parent
94d54aa328
commit
c4c5eb1268
6
.github/workflows/integration-tests.yml
vendored
6
.github/workflows/integration-tests.yml
vendored
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user