Skip to content

Commit ce0f4b2

Browse files
matthewelwellclaude
andcommitted
deps!: drop Python 3.9 support to allow urllib3 >=2.7.0
urllib3 2.7.0 dropped Python 3.9, which blocked transitive updates while the project still declared python = ">=3.9,<4". Python 3.9 reached EOL on 2025-10-31, so this raises the floor to Python 3.10. BREAKING CHANGE: Python 3.9 is no longer supported. Minimum supported version is now Python 3.10. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 30112aa commit ce0f4b2

3 files changed

Lines changed: 742 additions & 546 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 5
1515
matrix:
16-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
16+
python-version: ['3.10', '3.11', '3.12', '3.13']
1717

1818
steps:
1919
- name: Cloning repo

0 commit comments

Comments
 (0)