diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eda5899..14db552 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,8 @@ jobs: include: - os: ubuntu-latest python-version: "3.12" + - os: ubuntu-latest + python-version: "3.14" - os: macos-latest python-version: "3.12" - os: windows-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eeb61a..8185954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to `winuvloop` are documented here. -## Unreleased +## 0.2.5 - 2026-08-25 - Avoid loading deprecated event-loop policy compatibility APIs during import on Python 3.14, and stop exporting them when Python removes policies in 3.16. diff --git a/pyproject.toml b/pyproject.toml index ea00193..67b545d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "winuvloop" -version = "0.2.4" +version = "0.2.5" description = "Use uvloop on Linux/macOS and winloop on Windows through one small asyncio compatibility import." readme = "README.md" requires-python = ">=3.8.1" diff --git a/uv.lock b/uv.lock index 0ea5fa8..8ca45e8 100644 --- a/uv.lock +++ b/uv.lock @@ -1302,7 +1302,7 @@ wheels = [ [[package]] name = "winuvloop" -version = "0.2.4" +version = "0.2.5" source = { editable = "." } dependencies = [ { name = "uvloop", marker = "platform_python_implementation == 'CPython' and sys_platform != 'win32'" },