diff --git a/.github/workflows/Automated Version Bump and Changelog.yml b/.github/workflows/Automated Version Bump and Changelog.yml index 85c51bf..0ba39ee 100644 --- a/.github/workflows/Automated Version Bump and Changelog.yml +++ b/.github/workflows/Automated Version Bump and Changelog.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' - name: Install Commitizen run: pip install commitizen - name: Configure Git diff --git a/.github/workflows/Build and Push Docker Image.yml b/.github/workflows/Build and Push Docker Image.yml index e34de2f..b4833df 100644 --- a/.github/workflows/Build and Push Docker Image.yml +++ b/.github/workflows/Build and Push Docker Image.yml @@ -22,7 +22,7 @@ jobs: - name: 🐍 Set up Python & Install Commitizen uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' - name: 📦 Install Commitizen run: pip install commitizen - name: 🔍 Extract Version from Commitizen diff --git a/.github/workflows/Code Coverage.yml b/.github/workflows/Code Coverage.yml index 7dd6836..7e3a125 100644 --- a/.github/workflows/Code Coverage.yml +++ b/.github/workflows/Code Coverage.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.14' - run: pip install -e .[dev] - run: pytest --cov=src --cov-report=xml - uses: codecov/codecov-action@v5 diff --git a/.github/workflows/Dependency Check with Deptry.yml b/.github/workflows/Dependency Check with Deptry.yml index 46f30cb..2380bc4 100644 --- a/.github/workflows/Dependency Check with Deptry.yml +++ b/.github/workflows/Dependency Check with Deptry.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.14 - name: Install Deptry run: | python -m pip install --upgrade pip diff --git a/.github/workflows/Deploy MkDocs to GitHub Pages.yml b/.github/workflows/Deploy MkDocs to GitHub Pages.yml index 04771cb..852d954 100644 --- a/.github/workflows/Deploy MkDocs to GitHub Pages.yml +++ b/.github/workflows/Deploy MkDocs to GitHub Pages.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' - name: Install dependencies run: | pip install mkdocs mkdocs-material mkdocstrings[python] diff --git a/.github/workflows/Github Automated Releases.yml b/.github/workflows/Github Automated Releases.yml index 2a1e59a..9146df7 100644 --- a/.github/workflows/Github Automated Releases.yml +++ b/.github/workflows/Github Automated Releases.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' - name: Install Commitizen run: pip install commitizen - name: Generate changelog section for this tag diff --git a/.github/workflows/License Checker.yml b/.github/workflows/License Checker.yml index f0cb2a7..35e9478 100644 --- a/.github/workflows/License Checker.yml +++ b/.github/workflows/License Checker.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.14 - run: pip install pip-licenses - run: pip-licenses --format=markdown --with-urls --output-file=licenses.md - uses: actions/upload-artifact@v4 diff --git a/.github/workflows/License Report.yml b/.github/workflows/License Report.yml index b89f573..12a003c 100644 --- a/.github/workflows/License Report.yml +++ b/.github/workflows/License Report.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.14' - name: Install pip-licenses run: pip install pip-licenses - name: Generate license report diff --git a/.github/workflows/Python linting.yml b/.github/workflows/Python linting.yml index 98dbfc0..b7ba01a 100644 --- a/.github/workflows/Python linting.yml +++ b/.github/workflows/Python linting.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' - name: Install linters run: pip install ruff pylint - name: Run Ruff diff --git a/.github/workflows/SBOM Generator.yml b/.github/workflows/SBOM Generator.yml index 017e97b..49c461f 100644 --- a/.github/workflows/SBOM Generator.yml +++ b/.github/workflows/SBOM Generator.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.14' - run: pip install cyclonedx-bom - run: cyclonedx-py requirements -i requirements.txt -o bom.json - uses: actions/upload-artifact@v4 diff --git a/.github/workflows/Static Analysis with Pylint.yml b/.github/workflows/Static Analysis with Pylint.yml index ac105cb..6a219bb 100644 --- a/.github/workflows/Static Analysis with Pylint.yml +++ b/.github/workflows/Static Analysis with Pylint.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/Vulnerability Audit.yml b/.github/workflows/Vulnerability Audit.yml index 5731bb9..e761b75 100644 --- a/.github/workflows/Vulnerability Audit.yml +++ b/.github/workflows/Vulnerability Audit.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.14' - name: Install pip-audit run: pip install pip-audit - name: Run pip-audit and generate JSON diff --git a/.github/workflows/archive/SBOM and License Audit.yml b/.github/workflows/archive/SBOM and License Audit.yml index 5756918..ec42516 100644 --- a/.github/workflows/archive/SBOM and License Audit.yml +++ b/.github/workflows/archive/SBOM and License Audit.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.14' - name: Install CycloneDX + pip-audit run: | pip install cyclonedx-bom pip-audit diff --git a/.github/workflows/metadata-check.yml b/.github/workflows/metadata-check.yml index d869798..4593226 100644 --- a/.github/workflows/metadata-check.yml +++ b/.github/workflows/metadata-check.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.14' - run: pip install build twine - run: python -m build - run: twine check dist/*