File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 os : [ubuntu-latest, windows-latest, macos-latest]
21- python-version : ["3.8", "3.9 ", "3.10 "]
21+ python-version : ["3.8", "3.11 ", "3.13 "]
2222 runs-on : ${{ matrix.os }}
2323 steps :
2424 - uses : actions/checkout@v4
@@ -45,11 +45,11 @@ jobs:
4545 - name : Set up Python
4646 uses : actions/setup-python@v4
4747 with :
48- python-version : " 3.8 "
48+ python-version : " 3.11 "
4949 - name : Install docs dependencies
5050 run : pip install .[docs]
5151 - name : Build documentation
52- run : mkdocs build --verbose
52+ run : mkdocs build --strict -- verbose
5353
5454 static-analysis :
5555 runs-on : ubuntu-latest
5959 - name : Set up Python
6060 uses : actions/setup-python@v4
6161 with :
62- python-version : " 3.8 "
62+ python-version : " 3.11 "
6363 - name : Install tools
6464 run : pip install ruff vulture bandit[toml] detect-secrets
6565 - name : Run Ruff
9090 - name : Set up Python
9191 uses : actions/setup-python@v4
9292 with :
93- python-version : " 3.8 "
93+ python-version : " 3.11 "
9494 - name : Install build tools
9595 run : pip install build
9696 - name : Add date to version
Original file line number Diff line number Diff line change 4848 - navigation.expand
4949 - navigation.indexes
5050 - navigation.sections
51- - navigation.indexes
5251
5352plugins :
5453 - mkdocstrings
You can’t perform that action at this time.
0 commit comments