mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Testing against Django 3.1
This commit is contained in:
parent
af06d9ca4f
commit
998fbdb738
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue