Skip to content

Commit 5570338

Browse files
authored
fix: loosen python version requirements to >=3.8 (#115)
1 parent 6e18217 commit 5570338

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
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "django-allauth-ui"
7-
version = "1.4.0"
7+
version = "1.4.1"
88
description = ""
99
authors = ["Dani Hodovic <[email protected]>"]
1010
license = "MIT"
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323

2424
[tool.poetry.dependencies]
25-
python = ">=3.8,<4.0.0"
25+
python = ">=3.8"
2626
django-widget-tweaks = "^1.5.0"
2727
slippers = "^0.6.2"
2828

0 commit comments

Comments
 (0)