Skip to content

Commit 463a3b5

Browse files
chore(deps): update dependency python to 3.14
1 parent 79cd658 commit 463a3b5

14 files changed

+14
-14
lines changed

.github/workflows/Automated Version Bump and Changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.13'
20+
python-version: '3.14'
2121
- name: Install Commitizen
2222
run: pip install commitizen
2323
- name: Configure Git

.github/workflows/Build and Push Docker Image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: 🐍 Set up Python & Install Commitizen
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.13'
25+
python-version: '3.14'
2626
- name: 📦 Install Commitizen
2727
run: pip install commitizen
2828
- name: 🔍 Extract Version from Commitizen

.github/workflows/Code Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.11'
14+
python-version: '3.14'
1515
- run: pip install -e .[dev]
1616
- run: pytest --cov=src --cov-report=xml
1717
- uses: codecov/codecov-action@v5

.github/workflows/Dependency Check with Deptry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.11
20+
python-version: 3.14
2121
- name: Install Deptry
2222
run: |
2323
python -m pip install --upgrade pip

.github/workflows/Deploy MkDocs to GitHub Pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.13'
21+
python-version: '3.14'
2222
- name: Install dependencies
2323
run: |
2424
pip install mkdocs mkdocs-material mkdocstrings[python]

.github/workflows/Github Automated Releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.13'
18+
python-version: '3.14'
1919
- name: Install Commitizen
2020
run: pip install commitizen
2121
- name: Generate changelog section for this tag

.github/workflows/License Checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v5
1313
with:
14-
python-version: 3.11
14+
python-version: 3.14
1515
- run: pip install pip-licenses
1616
- run: pip-licenses --format=markdown --with-urls --output-file=licenses.md
1717
- uses: actions/upload-artifact@v4

.github/workflows/License Report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.14'
2020
- name: Install pip-licenses
2121
run: pip install pip-licenses
2222
- name: Generate license report

.github/workflows/Python linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.13'
15+
python-version: '3.14'
1616
- name: Install linters
1717
run: pip install ruff pylint
1818
- name: Run Ruff

.github/workflows/SBOM Generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.11'
14+
python-version: '3.14'
1515
- run: pip install cyclonedx-bom
1616
- run: cyclonedx-py requirements -i requirements.txt -o bom.json
1717
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)