Skip to content

Commit abc2701

Browse files
authored
Use python 3.13
1 parent 067f2db commit abc2701

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/basic.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,10 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v6
2222

23-
- name: Setup Python 3.10
23+
- name: Setup Python 3.13
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: '3.10'
27-
28-
- name: Install system packages
29-
run: |
30-
sudo add-apt-repository ppa:deadsnakes/ppa
31-
sudo apt-get install libpython3.9 libtinfo5
26+
python-version: '3.13'
3227

3328
- name: Activate vcpkg
3429
uses: ARM-software/cmsis-actions/vcpkg@v1

0 commit comments

Comments
 (0)