File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 17
17
python-version : [ 3.9, "3.10" ]
18
18
django-version : [ 3.2, 4.0, 4.1, 4.2 ]
19
19
include :
20
+ - os : macos-latest
21
+ python-version : " 3.7"
22
+ django-version : " 3.2"
23
+ - os : ubuntu-latest
24
+ python-version : " 3.7"
25
+ django-version : " 3.2"
26
+ - os : macos-latest
27
+ python-version : " 3.8"
28
+ django-version : " 3.2"
29
+ - os : ubuntu-latest
30
+ python-version : " 3.8"
31
+ django-version : " 3.2"
32
+ - os : macos-latest
33
+ python-version : " 3.8"
34
+ django-version : " 4.0"
35
+ - os : ubuntu-latest
36
+ python-version : " 3.8"
37
+ django-version : " 4.0"
20
38
- os : macos-latest
21
39
python-version : " 3.10"
22
40
django-version : " 5.0"
52
70
python setup.py install
53
71
- name : Test with pytest
54
72
run : |
55
- python runtests.py
73
+ python runtests.py
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ Checkout at http://127.0.0.1:8000/simple-form/ on your browser.
377
377
[ 7 ] : https://img.shields.io/pypi/pyversions/martor.svg
378
378
[ 8 ] : https://pypi.python.org/pypi/martor
379
379
380
- [ 9 ] : https://img.shields.io/badge/Django-3.2%20%3E=%204.1 -green.svg
380
+ [ 9 ] : https://img.shields.io/badge/Django-3.2%20%3E=%204.2 -green.svg
381
381
[ 10 ] : https://www.djangoproject.com
382
382
383
383
[ 11 ] : https://img.shields.io/github/actions/workflow/status/agusmakmun/django-markdown-editor/run-tests.yml?branch=master
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ def get_requirements():
34
34
"Operating System :: OS Independent" ,
35
35
"Programming Language :: JavaScript" ,
36
36
"Programming Language :: Python" ,
37
- "Programming Language :: Python :: 3.6" ,
38
37
"Programming Language :: Python :: 3.7" ,
39
38
"Programming Language :: Python :: 3.8" ,
40
39
"Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments