Skip to content

Commit 501ff97

Browse files
chore(deps): update dependency python to 3.13
1 parent efa5312 commit 501ff97

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.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.13'
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.13
2121
- name: Install Deptry
2222
run: |
2323
python -m pip install --upgrade pip

.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.13
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.13'
2020
- name: Install pip-licenses
2121
run: pip install pip-licenses
2222
- name: Generate license report

.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.13'
1515
- run: pip install cyclonedx-bom
1616
- run: cyclonedx-py requirements -i requirements.txt -o bom.json
1717
- uses: actions/upload-artifact@v4

.github/workflows/Vulnerability Audit.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.13'
2020
- name: Install pip-audit
2121
run: pip install pip-audit
2222
- name: Run pip-audit and generate JSON

.github/workflows/archive/SBOM and License Audit.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.11'
18+
python-version: '3.13'
1919
- name: Install CycloneDX + pip-audit
2020
run: |
2121
pip install cyclonedx-bom pip-audit

.github/workflows/metadata-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-python@v5
1010
with:
11-
python-version: '3.11'
11+
python-version: '3.13'
1212
- run: pip install build twine
1313
- run: python -m build
1414
- run: twine check dist/*

0 commit comments

Comments
 (0)