We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6a8db7 + 5d6b2b4 commit f5c7421Copy full SHA for f5c7421
.github/workflows/publish.yml
@@ -17,10 +17,10 @@ jobs:
17
contents: write
18
if: github.repository_owner == 'LoopKit'
19
steps:
20
- - uses: actions/checkout@v4
21
- - uses: actions/setup-python@v5
+ - uses: actions/checkout@v5
+ - uses: actions/setup-python@v6
22
with:
23
- python-version: 3.x
+ python-version: ">=3.9"
24
- run: pip install -r requirements.txt
25
- run: mkdocs build
26
0 commit comments