From 5828e4e584ecf286cbd560027453cd368205e4fd Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 27 Jul 2022 17:57:16 +0100 Subject: [PATCH] rolling python version back to 3.8 --- .github/workflows/ci.yml | 10 +++++----- app.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99b0e8a..ebad5f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.10'] + python-version: ['3.8'] poetry-version: [1.1.14] node: [18] os: [ubuntu-latest] @@ -68,10 +68,10 @@ jobs: - uses: actions/checkout@v3 # get source # PYTHON - - name: Install Python 3.10 + - name: Install Python 3.8 uses: actions/setup-python@v2 with: - python-version: '3.10' + python-version: '3.8' # PYTHON for dependency export only, not installing - name: Install Poetry 1.1.14 @@ -122,10 +122,10 @@ jobs: - uses: actions/checkout@v3 # get source # PYTHON - - name: Install Python 3.10 + - name: Install Python 3.8 uses: actions/setup-python@v2 with: - python-version: '3.10' + python-version: '3.8' # PYTHON for dependency export only, not installing - name: Install Poetry 1.1.14 diff --git a/app.yaml b/app.yaml index 555d399..16af096 100644 --- a/app.yaml +++ b/app.yaml @@ -1,4 +1,4 @@ -runtime: python310 +runtime: python38 service: spotify #instance_class: F1