We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f721b3 commit 0e4d735Copy full SHA for 0e4d735
.github/workflows/run-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
test: [all, mpy, native, native_mpy]
17
env:
18
CP_VERSION: ${{ inputs.cp-version }}
19
- MICROPY_CPYTHON3: python3.8
+ MICROPY_CPYTHON3: python3.12
20
MICROPY_MICROPYTHON: ../ports/unix/build-coverage/micropython
21
TEST_all:
22
TEST_mpy: --via-mpy -d basics float micropython
@@ -32,7 +32,7 @@ jobs:
32
- name: Set up python
33
uses: actions/setup-python@v5
34
with:
35
- python-version: 3.8
+ python-version: 3.12
36
- name: Set up submodules
37
uses: ./.github/actions/deps/submodules
38
0 commit comments