Skip to content

Commit

Permalink
#308 add Django 3.1 as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
d9pouces authored and manelclos committed Aug 20, 2020
1 parent fba86ec commit 60022d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
- DJANGO_VERSION="Django>=2.1,<2.2"
- DJANGO_VERSION="Django>=2.2,<3.0"
- DJANGO_VERSION="Django>=3.0,<3.1"
- DJANGO_VERSION="Django>=3.1,<3.2"
- DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
python:
- "2.7"
Expand Down Expand Up @@ -59,6 +60,12 @@ matrix:
env: DJANGO_VERSION="Django>=3.0,<3.1"
- python: "3.5"
env: DJANGO_VERSION="Django>=3.0,<3.1"
- python: "2.7"
env: DJANGO_VERSION="Django>=3.1,<3.2"
- python: "3.4"
env: DJANGO_VERSION="Django>=3.1,<3.2"
- python: "3.5"
env: DJANGO_VERSION="Django>=3.1,<3.2"
- python: "2.7"
env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
- python: "3.4"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
url="https://github.com/jazzband/django-smart-selects",
packages=find_packages(),
include_package_data=True,
install_requires=["django>=1.8, <3.1", "six"],
install_requires=["django>=1.8, <3.2", "six"],
tests_require=[
'flake8',
],
Expand Down

0 comments on commit 60022d0

Please sign in to comment.