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:
|
strategy:
|
||||||
max-parallel: 2
|
max-parallel: 2
|
||||||
matrix:
|
matrix:
|
||||||
python-tag: ['3.11.6-slim-bookworm', '3.12.1-slim-bookworm']
|
python-tag: ['3.12.3-slim-bookworm', '3.13-rc-slim-bookworm']
|
||||||
lnd-version: ['v0.17.3-beta']
|
lnd-version: ['v0.17.4-beta']
|
||||||
cln-version: ['v23.11.2']
|
cln-version: ['v23.11.2','v24.02']
|
||||||
ln-vendor: ['LND'] #, 'CLN']
|
ln-vendor: ['LND'] #, 'CLN']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.11.9-slim-bookworm
|
FROM python:3.12.3-slim-bookworm
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG DEVELOPMENT=False
|
ARG DEVELOPMENT=False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user