Skip to content

Commit c0a27f4

Browse files
committed
chore(deps): Update dependency python to 3.13
1 parent 5cc3e5e commit c0a27f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.11"
17+
python-version: "3.13"
1818
- name: Install dependencies
1919
run: |
2020
pip install --upgrade pip

.github/workflows/publish.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 dependencies
2222
run: |
2323
pip install --upgrade pip

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.11"
22+
python-version: "3.13"
2323
- name: Install dependencies
2424
run: |
2525
pip install --upgrade pip

0 commit comments

Comments
 (0)