use Python 3.10 docker for CI

This commit is contained in:
Akinwale Ariwodola 2021-08-21 13:29:38 +01:00
parent 6db440a97c
commit 5576c3f76c

View file

@ -6,7 +6,7 @@ stages:
build arm64 aar:
stage: build
image: lbry/android-base:python39
image: lbry/android-base:python3.10
before_script:
- export BUILD_VERSION=$(cat $CI_PROJECT_DIR/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
artifacts:
@ -31,7 +31,7 @@ build arm64 aar:
build arm aar:
stage: build2
image: lbry/android-base:python39
image: lbry/android-base:python3.10
before_script:
- export BUILD_VERSION=$(cat $CI_PROJECT_DIR/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
artifacts: