Skip to content

Commit debb87d

Browse files
aepfliclaude
andcommitted
ci: target Python 3.9 for testing
Update CI to use Python 3.9 as the test version. This ensures compatibility with Python 3.9+ as specified in pyproject.toml (requires-python = ">=3.8"). Python 3.9 is a good balance between: - Modern features and performance - Wide compatibility (still supported until Oct 2025) - Common in enterprise environments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 5fb034e commit debb87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
- uses: actions/setup-python@v5
123123
with:
124-
python-version: '3.10'
124+
python-version: '3.9'
125125

126126
- name: Install uv
127127
uses: astral-sh/setup-uv@v4

0 commit comments

Comments
 (0)