Skip to content

Commit dd6f2cc

Browse files
author
Andrew J Westlake
committed
Added a small note about supporting v0.13 API through v0.15
1 parent 140db44 commit dd6f2cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,8 @@ __Before you get started, I personally recommend taking a look at [Event Loop Re
924924
- Replace `pyo3_asyncio::get_event_loop` with `pyo3_asyncio::<runtime>::get_current_loop`
925925
5. After all conversions have been replaced with their `v0.14` counterparts, `pyo3_asyncio::try_init` can safely be removed.
926926

927+
> The `v0.13` API will likely still be supported in version `v0.15`, but no solid guarantees after that point.
928+
927929
## Known Problems
928930

929931
This library can give spurious failures during finalization prior to PyO3 release `v0.13.2`. Make sure your PyO3 dependency is up-to-date!

0 commit comments

Comments
 (0)