From 4b5564ed2f566e2bc79aa90f9bd06fc27548c7cc Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Sun, 5 Sep 2021 22:06:52 +0200 Subject: [PATCH] Run builds on Python 3.9 The json extension for SQLite on Windos is only included in 3.9+ --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c74cc9..b16f28b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 + - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip