Skip to content

Commit 5fa218a

Browse files
testing with python 3.11
1 parent 0e601c3 commit 5fa218a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: [ "3.7", "3.9", "3.10"]
28+
python-version: [ "3.7", "3.9", "3.10", "3.11"]
2929
runs-on: [ubuntu-latest, macos-latest, windows-latest]
3030

3131
steps:

docs/sphinx/source/api/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ make clean
140140
make html
141141
```
142142

143-
### 7). change directory into html folder and run the documentation offline
143+
### 7). Change directory into html folder and run the documentation offline
144144
```
145145
# for windows
146146
Go into build\html folder and double click on the index.html file.

0 commit comments

Comments
 (0)