Skip to content

Commit dc183f2

Browse files
author
Agus Makmun
committed
fix: update matrix tests
1 parent de9fcea commit dc183f2

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@ jobs:
1717
python-version: [ 3.9, "3.10" ]
1818
django-version: [ 3.2, 4.0, 4.1, 4.2 ]
1919
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"
2038
- os: macos-latest
2139
python-version: "3.10"
2240
django-version: "5.0"
@@ -52,4 +70,4 @@ jobs:
5270
python setup.py install
5371
- name: Test with pytest
5472
run: |
55-
python runtests.py
73+
python runtests.py

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ Checkout at http://127.0.0.1:8000/simple-form/ on your browser.
377377
[7]: https://img.shields.io/pypi/pyversions/martor.svg
378378
[8]: https://pypi.python.org/pypi/martor
379379

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
381381
[10]: https://www.djangoproject.com
382382

383383
[11]: https://img.shields.io/github/actions/workflow/status/agusmakmun/django-markdown-editor/run-tests.yml?branch=master

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def get_requirements():
3434
"Operating System :: OS Independent",
3535
"Programming Language :: JavaScript",
3636
"Programming Language :: Python",
37-
"Programming Language :: Python :: 3.6",
3837
"Programming Language :: Python :: 3.7",
3938
"Programming Language :: Python :: 3.8",
4039
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)