Skip to content

Commit 44c3b7c

Browse files
committed
update python version for builds
1 parent 79edffc commit 44c3b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.7
19+
python-version: 3.11
2020
- run: pip install -r requirements.txt
2121
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)