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

Allow Django 5.0, remove support for older versions, bump to 0.4

parent 6c5283e7
Branches 381-introduce-cleave-js-for-formatted-input-fields
Tags 2.8.2.dev2
No related merge requests found
[tool.poetry] [tool.poetry]
name = "django-iconify" name = "django-iconify"
version = "0.3" version = "0.4"
description = "Iconify API implementation and tools for Django projects" description = "Iconify API implementation and tools for Django projects"
authors = ["Dominik George <dominik.george@teckids.org>"] authors = ["Dominik George <dominik.george@teckids.org>"]
license = "Apache-2.0" license = "Apache-2.0"
...@@ -19,8 +19,8 @@ packages = [ ...@@ -19,8 +19,8 @@ packages = [
include = ["LICENSE", "examples/"] include = ["LICENSE", "examples/"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.10"
Django = ">2.1,<5.0" Django = ">4.2,<6.0"
[tool.poetry.dev-dependencies] [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