Skip to content

Commit f87c385

Browse files
authored
Recommend newer Python versions to avoid race (#102)
1 parent cb5a467 commit f87c385

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ For a more detailed discussion, see [the SPEC](https://scientific-python.org/spe
1717
pip install -U lazy_loader
1818
```
1919

20+
We recommend using `lazy_loader` with Python >= 3.11.
21+
If using Python 3.11, please upgrade to 3.11.9 or later.
22+
If using Python 3.12, please upgrade to 3.12.3 or later.
23+
These versions [avoid](https://github.com/python/cpython/pull/114781) a [known race condition](https://github.com/python/cpython/issues/114763).
24+
2025
## Usage
2126

2227
### Lazily load subpackages

0 commit comments

Comments
 (0)