Skip to content

Commit aaa1197

Browse files
committed
docs: update documentation for Python 3.11+ requirement
- Added Python version requirement (3.11+) to README.md Installation section - Added Python version requirement to docs/index.md Installation section - Updated CHANGELOG.md with Unreleased section documenting: - Python 3.10 support dropped - CI/CD workflow now tests Python 3.11 and 3.12 only - pyproject.toml requires-python updated to >=3.11 - Simplified uv.lock dependency markers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bd50f29 commit aaa1197

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [Unreleased]
4+
5+
### Changed
6+
- **Python Version Requirement**: Dropped support for Python 3.10. The package now requires Python 3.11 or higher.
7+
- Updated CI/CD workflow to test only Python 3.11 and 3.12 across all platforms (Ubuntu, Windows, macOS).
8+
- Updated `pyproject.toml` to reflect `requires-python = ">=3.11"`.
9+
- Simplified dependency lock file (`uv.lock`) by removing Python 3.10-specific markers.
10+
311
## [v0.0.1-rc4] - 2025-04-11
412
**Release Candidate with MCCardDetector and Segmentation Support**
513

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ This package is designed to perform color correction on images using the Color C
2121

2222
## 📦 Installation
2323

24+
**Requirements:**
25+
- Python 3.11 or higher
26+
2427
```bash
2528
pip install color-correction
2629
```

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ This package is designed to perform color correction on images using the Color C
3232

3333
## 📦 Installation
3434

35+
**Requirements:**
36+
- Python 3.11 or higher
37+
3538
```bash
3639
pip install color-correction
3740
```

0 commit comments

Comments
 (0)