Skip to content

Commit e099473

Browse files
chore(deps): update dependency python to 3.13
1 parent d4ad11d commit e099473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.11"
27+
python-version: "3.13"
2828
cache: "pipenv"
2929

3030
- name: Install

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: pipx install pipenv
7676
- uses: actions/setup-python@v5
7777
with:
78-
python-version: "3.11"
78+
python-version: "3.13"
7979
cache: "pipenv"
8080
- name: Install project
8181
run:

0 commit comments

Comments
 (0)