Skip to content

Commit

Permalink
build: support more python versions
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Sep 21, 2022
1 parent fd57bed commit 4d65554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Berend Sliedrecht <[email protected]>"]
packages = [{ include = "acapy_wallet_groups_plugin" }]

[tool.poetry.dependencies]
python = "~3.9.4"
python = ">=3.6.0,<3.10.0"
aries-cloudagent = { extras = ["indy"], version = "0.7.4" }
aiohttp = "^3.7.4"
marshmallow = "^3.5.1"
Expand Down

0 comments on commit 4d65554

Please sign in to comment.