Skip to content

Commit acd6fe4

Browse files
committed
feat: curio for py312
1 parent 9afe3bd commit acd6fe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages = [{ include = "pytest_aio" }]
3131
[tool.poetry.dependencies]
3232
python = "^3.9"
3333
pytest = "*"
34-
curio = { version = "*", optional = true, python = "<3.12" }
34+
curio = { git = "https://github.com/dabeaz/curio" }
3535
trio = { version = "*", optional = true }
3636
uvloop = { version = "*", optional = true }
3737

0 commit comments

Comments
 (0)