Skip to content

Commit

Permalink
fix: loosen python version requirements to >=3.8 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Aug 15, 2024
1 parent 6e18217 commit 5570338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "django-allauth-ui"
version = "1.4.0"
version = "1.4.1"
description = ""
authors = ["Dani Hodovic <[email protected]>"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.8,<4.0.0"
python = ">=3.8"
django-widget-tweaks = "^1.5.0"
slippers = "^0.6.2"

Expand Down

0 comments on commit 5570338

Please sign in to comment.