Skip to content

Commit

Permalink
Merge pull request #372 from ModECI/version_update
Browse files Browse the repository at this point in the history
Version update
  • Loading branch information
pgleeson authored Aug 9, 2023
2 parents 3bf6c37 + abb9c07 commit 4897316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.8", "3.9", "3.10"]
python-version: [ "3.8", "3.9", "3.10", "3.11"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/source/api/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ make clean
make html
```


### 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, or:
Expand Down

0 comments on commit 4897316

Please sign in to comment.