Skip to content

Commit b64f6a1

Browse files
shixishclaude
andcommitted
Bump to 0.2.3; drop minimum Python to 3.9
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b104ccf commit b64f6a1

3 files changed

Lines changed: 125 additions & 21 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.10", "3.11", "3.12", "3.13"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install uv
3939
uses: astral-sh/setup-uv@v5
4040
with:
41-
python-version: "3.10"
41+
python-version: "3.9"
4242

4343
- name: Install lowest allowed dependencies
4444
run: uv sync --resolution lowest-direct --extra dev

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "diffbot-python"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
description = "Python client library for Diffbot APIs"
99
readme = "README.md"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.9"
1111
license = "MIT"
1212
license-files = ["LICEN[CS]E*"]
1313
authors = [
@@ -30,6 +30,7 @@ classifiers = [
3030
"Operating System :: OS Independent",
3131
"Programming Language :: Python :: 3",
3232
"Programming Language :: Python :: 3 :: Only",
33+
"Programming Language :: Python :: 3.9",
3334
"Programming Language :: Python :: 3.10",
3435
"Programming Language :: Python :: 3.11",
3536
"Programming Language :: Python :: 3.12",

uv.lock

Lines changed: 120 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)