Skip to content

Commit ca19afe

Browse files
chore(deps): update dependency python to v3.13.7
1 parent c7a4261 commit ca19afe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs_to_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-python@v5
1111
with:
12-
python-version: '3.11'
12+
python-version: '3.13'
1313
- name: Install poetry
1414
run: |
1515
pip install "poetry>=1.8.2,<2"

.github/workflows/publish_on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v3
1313
with:
14-
python-version: '3.11.3'
14+
python-version: '3.13.7'
1515
- name: Install poetry
1616
uses: abatilo/[email protected]
1717
- name: Install project dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
id: setup-python
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: '3.11.3'
13+
python-version: '3.13.7'
1414
- name: Install Poetry
1515
uses: snok/install-poetry@v1
1616
with:

0 commit comments

Comments
 (0)