Skip to content

Commit

Permalink
chore: update cosmpy to v0.9.1 (#231)
Browse files Browse the repository at this point in the history
* chore: update cosmpy to v0.9.1

* docs: update python versions
  • Loading branch information
jrriehl authored Sep 20, 2023
1 parent 5fba41b commit 603ef32
Show file tree
Hide file tree
Showing 5 changed files with 805 additions and 1,303 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Jenesis is a command line tool for rapid contract and service development for th

# Installation

Install jenesis for Python 3.7 or newer via PyPI:
Install jenesis for Python 3.8 or newer via PyPI:

```
pip install jenesis
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Jenesis is a command line tool for rapid contract and service development for th
Jenesis currently requires:

- OS: Linux, MacOS
- Python: 3.8 to 3.10
- Python: 3.8 to 3.11
- Docker: 20.10.22 or higher recommended
- git: Any

Expand Down
Loading

0 comments on commit 603ef32

Please sign in to comment.