File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ deepl = "*"
1111[dev-packages ]
1212
1313[requires ]
14- python_version = " 3.11 "
14+ python_version = " 3.13 "
You can’t perform that action at this time.
0 commit comments