ci: Run test builds on min requirement PY38

Since version pinned in pyproject.toml is 38 & we've been running on 39,
we've pushed a few incompatible changes since :crie:
This commit is contained in:
Gavin D'souza 2022-06-29 10:44:55 +05:30
parent 948b5acb3c
commit bd3d7bf3ed
7 changed files with 7 additions and 7 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.8'
- name: Setup Node
uses: actions/setup-node@v3

View file

@ -18,7 +18,7 @@ jobs:
node-version: 14
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.8'
- name: Set up bench and build assets
run: |
npm install -g yarn

View file

@ -21,7 +21,7 @@ jobs:
python-version: '12.x'
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.8'
- name: Set up bench and build assets
run: |
npm install -g yarn

View file

@ -42,7 +42,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.8'
- name: Check if build should be run
id: check-build

View file

@ -45,7 +45,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.8'
- name: Check if build should be run
id: check-build

View file

@ -41,7 +41,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.8'
- name: Check if build should be run
id: check-build

View file

@ -478,7 +478,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.8
- name: Setup Node
uses: actions/setup-node@v2