Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Apr 8, 2024
1 parent 5bcdccc commit 7d4876e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.6.0] - 2024-04-08
## [1.8.1] - 2024-04-08
### Added
- Support Python 3.12

Expand Down Expand Up @@ -34,8 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed


[Unreleased]: https://github.com/klen/muffin-databases/compare/1.6.0...HEAD
[1.6.0]: https://github.com/klen/muffin-databases/compare/1.5.0...1.6.0
[Unreleased]: https://github.com/klen/muffin-databases/compare/1.8.1...HEAD
[1.6.0]: https://github.com/klen/muffin-databases/compare/1.5.0...1.8.1
[1.5.0]: https://github.com/klen/muffin-databases/compare/1.4.1...1.5.0
[1.4.1]: https://github.com/klen/muffin-databases/compare/1.4.1...1.5.0
[1.4.1]: https://github.com/klen/muffin-databases/compare/1.4.0...1.4.1
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -31,7 +31,7 @@ packages = [{ include = "pytest_aio" }]
[tool.poetry.dependencies]
python = "^3.9"
pytest = "*"
curio = { git = "https://github.com/dabeaz/curio", optional = true }
curio = { version = "*", optional = true, python = "<3.12" }
trio = { version = "*", optional = true }
uvloop = { version = "*", optional = true }

Expand Down

0 comments on commit 7d4876e

Please sign in to comment.