Skip to content

Commit

Permalink
chore(coordinator): bump python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Apr 21, 2024
1 parent 94d54aa commit c4c5eb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c4c5eb1

Please sign in to comment.