Skip to content

Commit

Permalink
fix: update matrix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Agus Makmun committed Mar 29, 2024
1 parent de9fcea commit dc183f2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
20 changes: 19 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ jobs:
python-version: [ 3.9, "3.10" ]
django-version: [ 3.2, 4.0, 4.1, 4.2 ]
include:
- os: macos-latest
python-version: "3.7"
django-version: "3.2"
- os: ubuntu-latest
python-version: "3.7"
django-version: "3.2"
- os: macos-latest
python-version: "3.8"
django-version: "3.2"
- os: ubuntu-latest
python-version: "3.8"
django-version: "3.2"
- os: macos-latest
python-version: "3.8"
django-version: "4.0"
- os: ubuntu-latest
python-version: "3.8"
django-version: "4.0"
- os: macos-latest
python-version: "3.10"
django-version: "5.0"
Expand Down Expand Up @@ -52,4 +70,4 @@ jobs:
python setup.py install
- name: Test with pytest
run: |
python runtests.py
python runtests.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ Checkout at http://127.0.0.1:8000/simple-form/ on your browser.
[7]: https://img.shields.io/pypi/pyversions/martor.svg
[8]: https://pypi.python.org/pypi/martor

[9]: https://img.shields.io/badge/Django-3.2%20%3E=%204.1-green.svg
[9]: https://img.shields.io/badge/Django-3.2%20%3E=%204.2-green.svg
[10]: https://www.djangoproject.com

[11]: https://img.shields.io/github/actions/workflow/status/agusmakmun/django-markdown-editor/run-tests.yml?branch=master
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def get_requirements():
"Operating System :: OS Independent",
"Programming Language :: JavaScript",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit dc183f2

Please sign in to comment.