Skip to content

Commit e964e1b

Browse files
authored
Update pyproject.toml (#6)
Add support for any Django version >= 3.2.14
1 parent a033a37 commit e964e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django_ptpython"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "PtPython as default Django shell."
55
authors = ["Reganto <tell.reganto@gmail.com>"]
66
license = "Apache-2.0"
@@ -31,7 +31,7 @@ classifiers = [
3131

3232
[tool.poetry.dependencies]
3333
python = "^3.8"
34-
django = "^3.2.14"
34+
django = ">=3.2.14"
3535
ptpython = "^3.0"
3636

3737
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)