mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
integrates Python 3.10 and Django 3.2 / 4
This commit is contained in:
parent
675b170034
commit
ec727107e6
1 changed files with 16 additions and 0 deletions
16
.travis.yml
16
.travis.yml
|
|
@ -31,6 +31,22 @@ matrix:
|
|||
env: DJANGO=3.0.*
|
||||
- python: 3.8
|
||||
env: DJANGO=3.1.*
|
||||
- python: 3.8
|
||||
env: DJANGO=3.2.*
|
||||
|
||||
- python: 3.9
|
||||
env: DJANGO=3.1.*
|
||||
- python: 3.9
|
||||
env: DJANGO=3.2.*
|
||||
- python: 3.9
|
||||
env: DJANGO=4.0.*
|
||||
|
||||
- python: 3.10
|
||||
env: DJANGO=3.1.*
|
||||
- python: 3.10
|
||||
env: DJANGO=3.2.*
|
||||
- python: 3.10
|
||||
env: DJANGO=4.0.*
|
||||
|
||||
- os: osx
|
||||
language: generic
|
||||
|
|
|
|||
Loading…
Reference in a new issue