From d74e65e891b574234401576034ed3435c3d28044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 02:07:02 +0000 Subject: [PATCH 1/2] Bump pythonbible from 0.13.1 to 0.14.0 Bumps [pythonbible](https://github.com/avendesora/pythonbible) from 0.13.1 to 0.14.0. - [Release notes](https://github.com/avendesora/pythonbible/releases) - [Changelog](https://github.com/avendesora/pythonbible/blob/main/CHANGELOG.md) - [Commits](https://github.com/avendesora/pythonbible/compare/v0.13.1...v0.14.0) --- updated-dependencies: - dependency-name: pythonbible dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22e3a27..87512fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ defusedxml==0.7.1 -pythonbible==0.13.1 +pythonbible==0.14.0 From a18e89a45b19938139afaecbb1e2d6f366d47953 Mon Sep 17 00:00:00 2001 From: Nathan Patton Date: Mon, 10 Nov 2025 23:50:13 -0600 Subject: [PATCH 2/2] remove python 3.8 and 3.9 support and add python 3.13 and 3.14 support --- .github/workflows/python-package.yml | 2 +- .sourcery.yaml | 2 +- README.md | 2 +- pyproject.toml | 5 +++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index ffc538b..69a7d50 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} diff --git a/.sourcery.yaml b/.sourcery.yaml index 35fa4dc..ac641a3 100644 --- a/.sourcery.yaml +++ b/.sourcery.yaml @@ -1,2 +1,2 @@ refactor: - python_version: '3.8' + python_version: "3.10" diff --git a/README.md b/README.md index 11890fb..0420122 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ format for easy and efficient use in Python. Supported Python Versions - + diff --git a/pyproject.toml b/pyproject.toml index b479529..deaeb7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,10 +17,11 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "License :: OSI Approved :: MIT License" ] requires = [