Skip to content

Commit 8374b19

Browse files
update docs to python 13
1 parent ccec3cd commit 8374b19

6 files changed

Lines changed: 122 additions & 134 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/checkout@v5
1212
- uses: actions/setup-python@v5
1313
with:
14-
python-version: 3.11
14+
python-version: 3.13
1515
- run: echo "repbot.docs.chojo.dev" > ./docs/CNAME
1616
- run: pip install pipenv && pipenv install && pipenv run mkdocs gh-deploy --force

.github/workflows/translate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: 3.11
43+
python-version: 3.13
4444

4545
- name: Install dependencies
4646
run: pip install pipenv && pipenv install

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
- uses: actions/checkout@v5
5353
- uses: actions/setup-python@v5
5454
with:
55-
python-version: 3.11
55+
python-version: 3.13
5656
- run: pip install pipenv && pipenv install && pipenv run mkdocs build

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ deepl = "*"
1111
[dev-packages]
1212

1313
[requires]
14-
python_version = "3.11"
14+
python_version = "3.13"

0 commit comments

Comments
 (0)