Testing against Django 3.1

This commit is contained in:
Fedor Borshev 2021-04-16 22:37:13 +03:00
parent af06d9ca4f
commit 998fbdb738
2 changed files with 7 additions and 0 deletions

View file

@ -11,6 +11,8 @@ matrix:
env: DJANGO=2.2.*
- python: 3.6
env: DJANGO=3.0.*
- python: 3.6
env: DJANGO=3.1.*
- python: 3.7
env: DJANGO=2.0.*
@ -20,11 +22,15 @@ matrix:
env: DJANGO=2.2.*
- python: 3.7
env: DJANGO=3.0.*
- python: 3.7
env: DJANGO=3.1.*
- python: 3.8
env: DJANGO=2.2.*
- python: 3.8
env: DJANGO=3.0.*
- python: 3.8
env: DJANGO=3.1.*
- os: osx
language: generic

View file

@ -101,6 +101,7 @@ setup(
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',