Skip to content

Commit a9ee5f3

Browse files
committed
docs(contributing): refresh Python floor references for 3.12
Follow-up to #111 (Python 3.12 floor bump). The post-merge audit caught two stale "Python 3.10" mentions in CONTRIBUTING.md that the original PR missed: the install instructions and the publish checklist. No code change. CONTRIBUTING.md only.
1 parent a0d8816 commit a9ee5f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thanks for your interest in contributing! This guide covers the essentials.
55
## Dev Environment Setup
66

77
```bash
8-
# Clone and install (requires Python 3.10+ and uv)
8+
# Clone and install (requires Python 3.12+ and uv)
99
git clone https://github.com/Chinchill-AI/chat-sdk-python.git
1010
cd chat-sdk-python
1111
uv sync --group dev
@@ -120,7 +120,7 @@ Vercel Chat version. See [UPSTREAM_SYNC.md](docs/UPSTREAM_SYNC.md#version-mappin
120120

121121
### What NOT to do
122122

123-
- Don't publish without CI green on all 4 Python versions (3.10-3.13)
123+
- Don't publish without CI green on both Python versions (3.12, 3.13)
124124
- Don't skip the fidelity check for test changes
125125
- Don't use alpha tags for *final* sync releases — alpha tags (`0.4.26a1`) are
126126
only for work-in-progress ports while syncing a new upstream version

0 commit comments

Comments
 (0)