Skip to content

Commit 0673586

Browse files
authored
Merge pull request #4142 from esune/fix/lts-release-cicd
fix(ci): update python version in LTS image tagging to match publish workflow
2 parents e06d1ab + 3e5dec5 commit 0673586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-recreate-lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
packages: write
233233
strategy:
234234
matrix:
235-
python-version: ["3.12"]
235+
python-version: ["3.12", "3.13"]
236236
image-name: ["acapy-agent", "acapy-agent-bbs"]
237237

238238
steps:

0 commit comments

Comments
 (0)