File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# conditional-futures
22
3- ** Make multi-threaded concurrency forward-compatible for the free-threaded future of Python.**
3+ Make multi-threaded concurrency backward- and forward-compatible for the free-threaded future of Python.
44
55
66---
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " conditional-futures"
77version = " 0.1.0"
8- description = " Make multi-threaded concurrency forward-compatible for the free-threaded future of Python."
8+ description = " Make multi-threaded concurrency backward- and forward-compatible for the free-threaded future of Python."
99readme = " README.md"
1010license = { text = " MIT" }
1111requires-python = " >=3.10"
@@ -28,6 +28,14 @@ classifiers = [
2828 " Operating System :: OS Independent"
2929]
3030
31+ [project .optional-dependencies ]
32+ dev = [
33+ " mypy==1.18.2" ,
34+ " ruff==0.14.5" ,
35+ " pytest==9.0.1" ,
36+ " nox==2025.11.12" ,
37+ ]
38+
3139[project .urls ]
3240Homepage = " https://github.com/static-frame/conditional-futures"
3341Repository = " https://github.com/static-frame/conditional-futures"
You can’t perform that action at this time.
0 commit comments