Skip to content

Commit

Permalink
Drop Support for non-LTS Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonpaul committed Sep 2, 2022
1 parent bb6e5d1 commit 55f9ef0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -6,17 +6,12 @@ python:
- 3.8
- 3.9
env:
- DJANGO_VERSION=2.1.15
- DJANGO_VERSION=2.2.12
- DJANGO_VERSION=2.2.28
- DJANGO_VERSION=3.2.15
- DJANGO_VERSION=4.0.7
# https://docs.djangoproject.com/en/stable/faq/install/#what-python-version-can-i-use-with-django
matrix:
exclude:
- env: DJANGO_VERSION=2.1.15
python: 3.8
- env: DJANGO_VERSION=2.1.15
python: 3.9
- env: DJANGO_VERSION=3.2.15
python: 3.5
- env: DJANGO_VERSION=4.0.7
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@

### Removed
- Support of Django 1.11
- Support of Django 2.1

## 4.0.0 (23.05.2020)
### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
[![Python](https://img.shields.io/badge/Python-3.5,3.6,3.7,3.8,3.9-blue.svg?style=flat-square)](/)
[![Django](https://img.shields.io/badge/Django-2.1,2.2,3.2,4.0-blue.svg?style=flat-square)](/)
[![Django](https://img.shields.io/badge/Django-2.2,3.2,4.0-blue.svg?style=flat-square)](/)
[![License](https://img.shields.io/badge/License-BSD--3--Clause-blue.svg?style=flat-square)](/LICENSE)
[![PyPIv](https://img.shields.io/pypi/v/django-constrainedfilefield.svg?style=flat-square)](https://pypi.org/project/django-constrainedfilefield)
[![PyPIs](https://img.shields.io/pypi/status/django-constrainedfilefield.svg)](https://pypi.org/project/django-constrainedfilefield)
Expand All @@ -23,7 +23,7 @@ form field.

## Requirements
* [Python][] >= 3.5
* [Django]>= 2.1.15
* [Django]>= 2.2.28
* `python-magic` >= 0.4.2 *iff* you want to check the file type

## Installation
Expand Down

0 comments on commit 55f9ef0

Please sign in to comment.