Skip to content
Snippets Groups Projects
Verified Commit 5225d41e authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Allow Django 5.0, remove support for Django <4.2, and bump version to 0.2

parent ad51ef0b
No related branches found
No related tags found
No related merge requests found
[tool.poetry]
name = "django-cleavejs"
version = "0.1.1"
version = "0.2"
description = "Cleave.js integration for Django forms"
authors = ["Dominik George <dominik.george@teckids.org>"]
license = "Apache-2.0"
......@@ -19,8 +19,8 @@ packages = [
include = ["LICENSE", "example/"]
[tool.poetry.dependencies]
python = "^3.7"
Django = ">2.1,<5.0"
python = "^3.8"
Django = ">4.2,<6.0"
[tool.poetry.dev-dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment