feature: drop support for earilier version of django

This commit is contained in:
winkidney
2022-05-04 22:13:55 +08:00
parent 997fd9db7b
commit b70b75a9e7

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, 3.10.4]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1