Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ All notable changes to `winuvloop` are documented here.
- Add formatting and bytecode compilation checks to CI.
- Add upstream issue routing links and stronger pull request guidance.
- Include tests and maintenance docs in the source distribution.
- Keep Python 3.9 development installs on the compatible Twine line so
Dependabot security updates can resolve.

## 0.2.1 - 2026-04-25

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ dev = [
"pytest>=8.3.5,<9; python_version < '3.10'",
"pytest>=9.0.3; python_version >= '3.10'",
"ruff>=0.15.12",
"twine>=5.1.1,<6; python_version < '3.9'",
"twine>=6.2.0; python_version >= '3.9'",
"twine>=5.1.1,<6; python_version < '3.10'",
"twine>=6.2.0; python_version >= '3.10'",
]

[tool.uv]
Expand Down
42 changes: 23 additions & 19 deletions uv.lock

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

Loading