Skip to content
Snippets Groups Projects
Unverified Commit 5ef00bac authored by mekhami's avatar mekhami Committed by GitHub
Browse files

update Django to compatibility with 3.1.3 based on passing tests (#58)

parent bf41b974
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ python:
- "3.5"
- "2.7"
env:
- DJANGO_VERSION=">=3.1.0,<3.2"
- DJANGO_VERSION=">=3.0.0,<3.1"
- DJANGO_VERSION=">=2.2.0,<2.3"
- DJANGO_VERSION=">=2.1.0,<2.2"
- DJANGO_VERSION=">=2.0.0,<2.1"
......@@ -27,6 +29,14 @@ jobs:
env: DJANGO_VERSION=">=2.1.0,<2.2"
- python: "2.7"
env: DJANGO_VERSION=">=2.0.0,<2.1"
- python: "2.7"
env: DJANGO_VERSION=">=3.0.0,<3.1"
- python: "2.7"
env: DJANGO_VERSION=">=3.1.0,<3.2"
- python: "3.5"
env: DJANGO_VERSION=">=3.0.0,<3.1"
- python: "3.5"
env: DJANGO_VERSION=">=3.1.0,<3.2"
include:
- stage: lint
install:
......
-r dev-env-requirements.txt
django==2.2.13
django==3.1.4
......@@ -41,5 +41,7 @@ setup(
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment