mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Relax Django version to 3.0 (to use the latest 3.0.x)
This commit is contained in:
parent
f93cac291b
commit
387e9b8f2f
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ python:
|
|||
- "3.8"
|
||||
|
||||
env:
|
||||
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
||||
- DJANGO_VERSION=3.0 SAMPLE_PROJECT=sample_project
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
@ -17,7 +17,7 @@ matrix:
|
|||
exclude:
|
||||
-
|
||||
python: "3.5"
|
||||
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
||||
env: DJANGO_VERSION=3.0 SAMPLE_PROJECT=sample_project
|
||||
|
||||
install:
|
||||
- pip install django==$DJANGO_VERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue