We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9593568 commit 04bfa41Copy full SHA for 04bfa41
README.md
@@ -4,7 +4,7 @@ High-performance **thread-safe** (No-GIL–friendly) data structures and paralle
4
5
> **NOTE**
6
> 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.
+> This library will only function on 3.13 and higher.
8
---
9
10
## 🚀 Features
@@ -56,4 +56,4 @@ python -m venv .venv
56
source .venv/bin/activate # or .venv\Scripts\activate on Windows
57
58
# Install the library in editable mode
59
-pip install threadfactory
+pip install threadfactory
0 commit comments