Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
# RFC-0111 Phase 2: Python SDK (mycelium-rcig). Unit tests are hermetic
# (injected spawn, stdlib unittest — no pip install); the integration run
# round-trips real JSON through the SDK using the release binary above.
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.12'
- name: Python SDK unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
VERSION: ${{ needs.validate.outputs.version }}
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.12'
# RFC-0111 Phase 2: the Python SDK (mycelium-rcig) is a pure-Python thin
Expand Down
Loading