Since version pinned in pyproject.toml is 38 & we've been running on 39, we've pushed a few incompatible changes since :crie:version-14
@@ -33,7 +33,7 @@ jobs: | |||||
- name: Setup Python | - name: Setup Python | ||||
uses: actions/setup-python@v4 | uses: actions/setup-python@v4 | ||||
with: | with: | ||||
python-version: '3.9' | |||||
python-version: '3.8' | |||||
- name: Setup Node | - name: Setup Node | ||||
uses: actions/setup-node@v3 | uses: actions/setup-node@v3 | ||||
@@ -18,7 +18,7 @@ jobs: | |||||
node-version: 14 | node-version: 14 | ||||
- uses: actions/setup-python@v4 | - uses: actions/setup-python@v4 | ||||
with: | with: | ||||
python-version: '3.9' | |||||
python-version: '3.8' | |||||
- name: Set up bench and build assets | - name: Set up bench and build assets | ||||
run: | | run: | | ||||
npm install -g yarn | npm install -g yarn | ||||
@@ -21,7 +21,7 @@ jobs: | |||||
python-version: '12.x' | python-version: '12.x' | ||||
- uses: actions/setup-python@v4 | - uses: actions/setup-python@v4 | ||||
with: | with: | ||||
python-version: '3.9' | |||||
python-version: '3.8' | |||||
- name: Set up bench and build assets | - name: Set up bench and build assets | ||||
run: | | run: | | ||||
npm install -g yarn | npm install -g yarn | ||||
@@ -42,7 +42,7 @@ jobs: | |||||
- name: Setup Python | - name: Setup Python | ||||
uses: actions/setup-python@v4 | uses: actions/setup-python@v4 | ||||
with: | with: | ||||
python-version: '3.9' | |||||
python-version: '3.8' | |||||
- name: Check if build should be run | - name: Check if build should be run | ||||
id: check-build | id: check-build | ||||
@@ -45,7 +45,7 @@ jobs: | |||||
- name: Setup Python | - name: Setup Python | ||||
uses: actions/setup-python@v4 | uses: actions/setup-python@v4 | ||||
with: | with: | ||||
python-version: '3.9' | |||||
python-version: '3.8' | |||||
- name: Check if build should be run | - name: Check if build should be run | ||||
id: check-build | id: check-build | ||||
@@ -41,7 +41,7 @@ jobs: | |||||
- name: Setup Python | - name: Setup Python | ||||
uses: actions/setup-python@v4 | uses: actions/setup-python@v4 | ||||
with: | with: | ||||
python-version: '3.9' | |||||
python-version: '3.8' | |||||
- name: Check if build should be run | - name: Check if build should be run | ||||
id: check-build | id: check-build | ||||
@@ -478,7 +478,7 @@ jobs: | |||||
- name: Setup Python | - name: Setup Python | ||||
uses: actions/setup-python@v2 | uses: actions/setup-python@v2 | ||||
with: | with: | ||||
python-version: 3.9 | |||||
python-version: 3.8 | |||||
- name: Setup Node | - name: Setup Node | ||||
uses: actions/setup-node@v2 | uses: actions/setup-node@v2 | ||||