We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5c874 commit 50e63a3Copy full SHA for 50e63a3
.github/workflows/ci-lint.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
python:
28
- - '3.8'
+ - '3.13'
29
arch:
30
- 'x64'
31
steps:
.github/workflows/deploy-gh-pages.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
with:
23
- python-version: '3.8'
+ python-version: '3.13'
24
- name: Install MkDocs
run: pip install -r docs/requirements.txt
- name: Run MkDocs
0 commit comments