Skip to content

Commit

Permalink
relax aiofiles & python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Nov 5, 2024
1 parent 27c9196 commit 366338e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyprland/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package version."""

VERSION = "2.4.1-4"
VERSION = "2.4.1-5"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ include = 'pyprland'
pypr = 'pyprland.command:main'

[tool.poetry.dependencies]
python = '^3.11'
aiofiles = '^23.2.1'
python = '>=3.11'
aiofiles = '>=23.2.1'
[tool.poetry.group.dev.dependencies]
black = '^24.1.1'
coverage = '^7.4.1'
Expand Down

0 comments on commit 366338e

Please sign in to comment.