Skip to content

Commit 0396df5

Browse files
committed
Update CI python version to 3.11
Signed-off-by: Travis Collins <travis.collins@analog.com>
1 parent 559b0dd commit 0396df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Set up Python 3.7
11+
- name: Set up Python "3.11"
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.7
14+
python-version: "3.11"
1515

1616
- name: Install dependencies
1717
run: |

0 commit comments

Comments
 (0)