uvloop 0.18.0

Changes
=======

* Port uvloop to Python 3.12 (#570)
  (by @1st1, @fantix in 9f82bd74 for #569)

* Upgrade libuv to v1.46.0 (#571)
  (by @fantix in 2e1978c3 for #571)

Fixes
=====

* CI fixes (#520, #553)
  (by @altendky in 7783f1c5, @dulmandakh in 1dd40f17)

* Make extract_stack resilient to lacking frames. (#563)
  (by @jhance in 06876434 for #563)
This commit is contained in:
Fantix King 2023-10-12 09:42:19 -04:00
parent 8456be587c
commit 5ddf38bcca
No known key found for this signature in database
GPG Key ID: 95304B04071CCDB4
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@
# supported platforms, publish the packages on PyPI, merge the PR
# to the target branch, create a Git tag pointing to the commit.
__version__ = '0.17.0'
__version__ = '0.18.0'