Latest builds of Python 3.10 already uses newer version of the SQLite library

According to the changelog, the latest version that uses > 3.37 is Python 3.10.9, so switch back to an older version of it until Ubuntu pick up more recent versions of SQLite
This commit is contained in:
Marco Rodolfi
2023-07-27 09:50:22 +02:00
committed by GitHub
parent 3ae4ceb431
commit 5460f95eac
+4 -4
View File
@@ -47,10 +47,10 @@ jobs:
with:
node-version: 18
- name: Set up Python 3.10.12 🐍
- name: Set up Python 3.10.6 🐍
uses: actions/setup-python@v4
with:
python-version: "3.10.12"
python-version: "3.10.6"
- name: Install Python dependencies ⬇️
run: |
@@ -97,10 +97,10 @@ jobs:
with:
node-version: 18
- name: Set up Python 3.10.12 🐍
- name: Set up Python 3.10.6 🐍
uses: actions/setup-python@v4
with:
python-version: "3.10.12"
python-version: "3.10.6"
- name: Install Python dependencies ⬇️
run: |