Skip to content

Commit

Permalink
Remove warning that's a bit outdated (PyO3#4698)
Browse files Browse the repository at this point in the history
I'm reasonably that at this point we've updated all the examples
  • Loading branch information
alex authored Nov 12, 2024
1 parent 735c773 commit a42e53e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions guide/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ The rough order of material in this user guide is as follows:

Please choose from the chapters on the left to jump to individual topics, or continue below to start with PyO3's README.

<div class="warning">

⚠️ Warning: API update in progress 🛠️

PyO3 0.21 has introduced a significant new API, termed the "Bound" API after the new smart pointer `Bound<T>`.

While most of this guide has been updated to the new API, it is possible some stray references to the older "GIL Refs" API such as `&PyAny` remain.
</div>

<hr style="opacity:0.2">

{{#include ../../README.md}}

0 comments on commit a42e53e

Please sign in to comment.