Skip to content

Commit 64e2827

Browse files
committed
Update Python version to 3.13 in workflows
Project requires Python >=3.13 (per pyproject.toml)
1 parent 9a7221f commit 64e2827

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: '3.11'
36+
python-version: '3.13'
3737

3838
- name: Install dependencies
3939
run: |

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.11'
26+
python-version: '3.13'
2727

2828
- name: Install audit tools
2929
run: |
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set up Python
7474
uses: actions/setup-python@v5
7575
with:
76-
python-version: '3.11'
76+
python-version: '3.13'
7777

7878
- name: Run Bandit
7979
run: |

0 commit comments

Comments
 (0)