Skip to content

Commit ea25942

Browse files
committed
Update native python version
1 parent 00646a9 commit ea25942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-native-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,13 @@ jobs:
235235
- name: Fetch Native Build
236236
if: ${{ matrix.arch != 'amd64' }}
237237
env:
238-
RELENV_FETCH_VERSION: 0.13.4
238+
RELENV_FETCH_VERSION: 0.18.0
239239
run: |
240-
python3 -m relenv fetch --python=3.10.12
240+
python3 -m relenv fetch --python=3.10.14
241241
242242
- name: Build Python with Relenv
243243
env:
244-
RELENV_NATIVE_PY_VERSION: 3.10.12
244+
RELENV_NATIVE_PY_VERSION: 3.10.14
245245
run: |
246246
python -m relenv build --no-pretty --arch=${{ matrix.arch }} --python=${{ matrix.version }}
247247

0 commit comments

Comments
 (0)