Skip to content

Commit 16d27f3

Browse files
chore(deps): update dependency python to 3.13 (#351)
1 parent 4f7fe96 commit 16d27f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: actions/setup-python@v5
3333
with:
34-
python-version: "3.10"
34+
python-version: "3.13"
3535

3636
- name: Generate docs
3737
run: bash ./build-docs.sh
@@ -63,7 +63,7 @@ jobs:
6363

6464
- uses: actions/setup-python@v5
6565
with:
66-
python-version: "3.10"
66+
python-version: "3.13"
6767
- run: |
6868
pip install packaging==23.*
6969
python versioning.py generated/

0 commit comments

Comments
 (0)