Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ Maintenance
(`#30 <https://github.com/clokep/django-render-block/pull/30>`_)
* Update linters and switch to ruff. (`#64 <https://github.com/clokep/django-render-block/pull/64>`_)
* Support Python 3.13. (`#62 <https://github.com/clokep/django-render-block/pull/62>`_)
* Drop support for Python 3.8. (`#62 <https://github.com/clokep/django-render-block/pull/62>`_)
* Drop support for Python 3.8. (`#62 <https://github.com/clokep/django-render-block/pull/62>`_,
`#65 <https://github.com/clokep/django-render-block/pull/65>`_)
* Support Django 5.2. (`#62 <https://github.com/clokep/django-render-block/pull/62>`_)
* Drop support for Django 5.0. (`#62 <https://github.com/clokep/django-render-block/pull/62>`_)
* Drop support for Django 5.0. (`#62 <https://github.com/clokep/django-render-block/pull/62>`_,
`#65 <https://github.com/clokep/django-render-block/pull/65>`_)

0.10 (July 15, 2024)
====================
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ project_urls =
[options]
packages =
render_block
install_requires = django>=3.2
python_requires = >=3.8
install_requires = django>=4.2
python_requires = >=3.9

[options.extras_require]
dev =
Expand Down