Skip to content

Commit

Permalink
test(aiopath): relock to pickup 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 24, 2024
1 parent 74596ad commit bfed5b2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
39 changes: 37 additions & 2 deletions tests/aiopath/poetry.lock

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

3 changes: 2 additions & 1 deletion tests/aiopath/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ authors = ["Your Name <[email protected]>"]
python = "^3.8"
aiopath = [
{ version = "0.5.12", python = ">=3.7,<3.10" },
{ version = ">0.5.12,<0.7", python = ">=3.10,<3.11" }
{ version = ">=0.6.11,<0.7.1", python = ">=3.10,<3.11" },
{ version = ">=0.7.1,<0.8", python = ">=3.12,<3.13" },
]

[build-system]
Expand Down

0 comments on commit bfed5b2

Please sign in to comment.