Skip to content

Commit 954f037

Browse files
chore(deps): update dependency python to 3.13
1 parent d8da4db commit 954f037

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/create_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.11
23+
python-version: 3.13
2424

2525
- name: Set up Poetry
2626
uses: snok/install-poetry@v1

.github/workflows/generate_and_upload_coverage_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: 3.11
28+
python-version: 3.13
2929

3030
- name: Set up Poetry
3131
uses: snok/install-poetry@v1

.github/workflows/pip_audit.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
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: 3.11
25+
python-version: 3.13
2626

2727
- name: Set up Poetry
2828
uses: snok/install-poetry@v1

.github/workflows/publish.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.11
21+
python-version: 3.13
2222

2323
- name: Set up Poetry
2424
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)