Skip to content

Commit

Permalink
include Django 5.0, remove Django 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Dec 9, 2023
1 parent 39e57f6 commit 03d1f41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Django Cast

[![name](https://img.shields.io/badge/python-3.10%7C3.11%7C3.12-brightgreen)](https://img.shields.io/badge/python-3.9%7C3.10%7C3.11-brightgreen)
[![name](https://img.shields.io/badge/django-4.0%7C4.1%7C4.2-brightgreen)](https://img.shields.io/badge/django-4.0%7C4.1%7C4.2-brightgreen)
[![name](https://img.shields.io/badge/python-3.10%7C3.11%7C3.12-brightgreen)](https://img.shields.io/badge/python-3.10%7C3.11%7C3.12-brightgreen)
[![name](https://img.shields.io/badge/django-4.1%7C4.2%7C5.0-brightgreen)](https://img.shields.io/badge/django-4.1%7C4.2%7C5.0-brightgreen)
[![name](https://img.shields.io/badge/wagtail-4%7C5-brightgreen)](https://img.shields.io/badge/wagtail-4%7C5-brightgreen)
[![name](https://badge.fury.io/py/django-cast.svg)](https://badge.fury.io/py/django-cast)
[![name](https://codecov.io/gh/ephes/django-cast/branch/develop/graph/badge.svg)](https://codecov.io/gh/ephes/django-cast)
Expand Down
1 change: 1 addition & 0 deletions docs/releases/0.2.25.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Fixed a bug for small image sources.

- #112 If no renditions are generated, use the original image as the default rendition
- #113 Management command to sync renditions
- Changed tox.ini to include Django 5.0 and removed Django 4.0
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[tox]
envlist =
py{310,311,312}-django{40,41,42}-wagtail5
py{310,311,312}-django{40,41}-wagtail4
py{310,311,312}-django{41,42,50}-wagtail5
py{310,311,312}-django{41}-wagtail4

isolated_build = true

[testenv]
deps =
flit
django40: Django>=4,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<5
django50: Django>=5.0,<5.1
wagtail41: wagtail>=4.1,<5
wagtail5: wagtail>=5,<6

Expand Down

0 comments on commit 03d1f41

Please sign in to comment.