Run builds on Python 3.9

The json extension for SQLite on Windos is only included in 3.9+
This commit is contained in:
Rebecca Breu 2021-09-05 22:06:52 +02:00
parent e08f043361
commit 4b5564ed2f

View file

@ -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