Skip to content

Commit 19c923c

Browse files
committed
added ci.yml
1 parent 7019b66 commit 19c923c

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
---

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "conditional-futures"
77
version = "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."
99
readme = "README.md"
1010
license = { text = "MIT" }
1111
requires-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]
3240
Homepage = "https://github.com/static-frame/conditional-futures"
3341
Repository = "https://github.com/static-frame/conditional-futures"

0 commit comments

Comments
 (0)