Skip to content

Commit

Permalink
testing with python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Monsurat-Onabajo committed Jan 13, 2023
1 parent f69466e commit e275945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.7", "3.9", "3.10"]
python-version: [ "3.7", "3.9", "3.10", "3.11"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/api/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ make clean
make html
```

### 7). change directory into html folder and run the documentation offline
### 7). Change directory into html folder and run the documentation offline
```
# for windows
Go into build\html folder and double click on the index.html file.
Expand Down

0 comments on commit e275945

Please sign in to comment.