Skip to content

Commit 2dc2662

Browse files
Update dependency python to 3.13
1 parent b454b51 commit 2dc2662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: setup-python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.11'
22+
python-version: '3.13'
2323

2424
- name: Install Poetry
2525
uses: snok/install-poetry@v1

.github/workflows/pypi-publish.yaml

+1-1
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.11'
15+
python-version: '3.13'
1616
cache: 'pip'
1717

1818
- name: Install dependencies

0 commit comments

Comments
 (0)