Skip to content

Commit 7763ecd

Browse files
chore(deps): update dependency python to 3.13 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c76b1d commit 7763ecd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.11"
18+
python-version: "3.13"
1919
cache: "pip" # caching pip dependencies
2020

2121
- run: pip install -e .

.github/workflows/python-publish.yml

+1-1
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
cache: 'pip' # caching pip dependencies
1919

2020
- name: Set up build tools

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: "3.11"
31+
python-version: "3.13"
3232
cache: "pip" # caching pip dependencies
3333

3434
- name: Set up build tools

0 commit comments

Comments
 (0)