Skip to content

Commit 814e67e

Browse files
matthewelwellclaudegemini-code-assist[bot]
authored
deps!: drop Python 3.9 support to allow urllib3 >=2.7.0 (#227)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 30112aa commit 814e67e

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)