mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Remove Python 3.4 from the build matrix
This commit is contained in:
parent
21cab41381
commit
f93cac291b
1 changed files with 2 additions and 5 deletions
|
|
@ -1,9 +1,10 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
env:
|
||||
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
||||
|
|
@ -14,10 +15,6 @@ branches:
|
|||
|
||||
matrix:
|
||||
exclude:
|
||||
-
|
||||
python: "3.4"
|
||||
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
||||
|
||||
-
|
||||
python: "3.5"
|
||||
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
||||
|
|
|
|||
Loading…
Reference in a new issue