Skip to content

Commit

Permalink
Added support for trio 0.25.x (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Mar 23, 2024
1 parent 7d90068 commit 60e01c4
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 41 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- lib-versions: "trio~=0.22.0"
- lib-versions: "trio~=0.23.0"
- lib-versions: "trio~=0.24.0"
- lib-versions: "trio~=0.25.0"
fail-fast: false
env:
COVERAGE_FILE: .coverage.${{ matrix.python-version }}${{ matrix.lib-versions }}
Expand Down
80 changes: 40 additions & 40 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python = "^3.8"
loguru = { version = ">=0.6,<0.8", optional = true }
pytest = { version = ">=7,<9", optional = true }
structlog = { version = ">=23.3,<25", optional = true }
trio = { version = ">=0.22,<0.25", optional = true }
trio = { version = ">=0.22,<0.26", optional = true }
typing-extensions = { version = ">=4.9", python = "<3.10" }

[tool.poetry.extras]
Expand Down

0 comments on commit 60e01c4

Please sign in to comment.