Skip to content

Commit 04bfa41

Browse files
authored
Update README.md
1 parent 9593568 commit 04bfa41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ High-performance **thread-safe** (No-GIL–friendly) data structures and paralle
44

55
> **NOTE**
66
> ThreadFactory is designed and tested against Python 3.13+ in **No-GIL** mode.
7-
> It also works under the standard GIL runtime in Python 3.x, but you won't get the same concurrency benefits.
7+
> This library will only function on 3.13 and higher.
88
---
99

1010
## 🚀 Features
@@ -56,4 +56,4 @@ python -m venv .venv
5656
source .venv/bin/activate # or .venv\Scripts\activate on Windows
5757

5858
# Install the library in editable mode
59-
pip install threadfactory
59+
pip install threadfactory

0 commit comments

Comments
 (0)