Up min versions to py3.9, Django 4

This commit is contained in:
Griatch 2022-02-04 23:24:48 +01:00
parent 89f9eaffcc
commit b76c5d2bab
15 changed files with 44 additions and 58 deletions

View file

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
python-version: [3.7]
python-version: [3.10]
steps:
- name: Checkout 0.9.5 branch

View file

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8]
python-version: [3.9, 3.10]
TESTING_DB: ['sqlite3', 'postgresql', 'mysql']
steps: