Skip to content

Commit 2ddb4e5

Browse files
authored
docs: python 3.13.5 (#1771)
prerequisite to #1770 we need python >= 3.11 since that's what our internal pypi supports (getsentry/pypi#1610)
1 parent da04438 commit 2ddb4e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: Setup Python
153153
uses: actions/setup-python@v5
154154
with:
155-
python-version: 3.8
155+
python-version: 3.13.5
156156

157157
- name: Setup python dependencies
158158
run: pip install --upgrade mkdocs mkdocs-material pygments

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.8
20+
python-version: 3.13.5
2121

2222
- name: Setup python dependencies
2323
run: pip install --upgrade mkdocs mkdocs-material pygments

0 commit comments

Comments
 (0)