Skip to content

Commit b9c6b0d

Browse files
chore(deps): update dependency python to 3.13 (#204)
1 parent 3fe0b41 commit b9c6b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-readme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Python
3333
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
3434
with:
35-
python-version: "3.12"
35+
python-version: "3.13"
3636
cache: "pip"
3737

3838
- name: Install dependencies

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
2222
with:
23-
python-version: "3.12" # Need python version for cache
23+
python-version: "3.13" # Need python version for cache
2424
cache: "pip" # caching pip dependencies
2525

2626
- name: Cache GraphQL API IDs

0 commit comments

Comments
 (0)