Skip to content

Commit

Permalink
Merge pull request #20 from MohmdFo/main
Browse files Browse the repository at this point in the history
build(pyproject): change python and django version support
  • Loading branch information
sepehr-akbarzadeh authored Oct 26, 2024
2 parents 318190b + 91c812a commit 31010be
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 11 deletions.
85 changes: 78 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [ "poetry-core>=1" ]

[tool.poetry]
name = "django-sage-mailbox"
version = "0.2.1"
version = "0.2.2"
description = "A Django package for mailbox client integration."
authors = [ "Sepehr Akbarzadeh <[email protected]>" ]
readme = "README.md"
Expand All @@ -29,16 +29,16 @@ packages = [
"Issues" = "https://github.com/sageteamorg/django-sage-mailbox/issues"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
python = ">=3.10,<4.0"
django = [
{ version = ">=4.2,<5.0", python = ">=3.8,<3.10" },
{ version = ">=4.2,<5.0", python = "3.10" },
{ version = ">=4.2,<5.3", python = ">=3.10" }, # Django 4.2 and 5.x for Python 3.10+
]
python-sage-imap = "^0.4.2"
django-jsonform = "^2.22.0"
python-dateutil = "^2.9.0.post0"
django-autoslug = "^1.9.9"
bandit = { extras = [ "toml" ], version = "^1.7.9" }
python-sage-imap = "^0.4.8"

[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
Expand Down

0 comments on commit 31010be

Please sign in to comment.