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 = [ 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