Skip to content

Commit 90a8fa7

Browse files
committed
v4.3.4
Signed-off-by: paulober <[email protected]>
1 parent 17ab58d commit 90a8fa7

File tree

5 files changed

+417
-622
lines changed

5 files changed

+417
-622
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
cache: 'npm'
3838

39-
- name: Setup Python v3.12
39+
- name: Setup Python v3.14
4040
uses: actions/setup-python@v5
4141
with:
42-
python-version: '3.12'
42+
python-version: '3.14'
4343

4444
- name: Install NPM Dependencies And Download Stubs
4545
shell: bash

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
scope: "@paulober"
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727

28-
- name: Setup Python v3.12
28+
- name: Setup Python v3.14
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.12'
31+
python-version: '3.14'
3232

3333
- name: Install NPM dependencies And Download Stubs
3434
shell: bash

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ All notable changes to the "MicroPico" extension will be documented in this file
1010

1111
---
1212

13+
## [4.3.4] - 2025-11-28
14+
15+
### Changed
16+
- Updated dependencies
17+
- Fix unicode decoding on vREPL
18+
1319
## [4.3.2] - 2025-09-24
1420

1521
### Changed

0 commit comments

Comments
 (0)