Skip to content

Commit b39cb20

Browse files
author
Agus Makmun
committed
fix: Django 5.0
1 parent 7868518 commit b39cb20

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ macos-latest, ubuntu-latest ]
1717
python-version: [ 3.9, "3.10" ]
18-
django-version: [ 3.2, 4.0, 4.1 ]
18+
django-version: [ 3.2, 4.0, 4.1, 4.2, 5.0, 5.0.3 ]
1919
include:
2020
- os: ubuntu-20.04
2121
python-version: "3.6"
@@ -29,10 +29,10 @@ jobs:
2929
update: true
3030
install: zlib
3131

32-
- uses: actions/checkout@v2.3.2
32+
- uses: actions/checkout@v4
3333

3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v2
35+
uses: actions/setup-python@v4
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Checkout at http://127.0.0.1:8000/simple-form/ on your browser.
386386
[14]: https://github.com/agusmakmun/django-markdown-editor/tree/master/martor_demo/app/templates
387387
[15]: https://github.com/adi-/django-markdownx
388388
[16]: https://github.com/waylan/Python-Markdown
389-
[17]: http://rst.ninjs.org
389+
[17]: https://rsted.info.ucl.ac.be
390390

391391
[18]: https://img.shields.io/badge/code%20style-black-000000.svg
392392
[19]: https://github.com/ambv/black

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
urllib3<2 ; python_version < '3.7' # urllib3 2.0 dropped support for Python 3.6
22
zipp<3.7 ; python_version < '3.7' # zipp 3.7.0 dropped support for Python 3.6
33
importlib_metadata<4.9 # # importlib_metadata 4.9.0 dropped support for Python 3.6
4-
Django>=3.2, <=4.2.10
4+
Django>=3.2, <=5.0.3
55
Markdown<3.4
66
requests
77
bleach

0 commit comments

Comments
 (0)