Skip to content

Commit

Permalink
update readme (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Jun 2, 2022
1 parent 58e869a commit 6f1c48a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can also check a FastAPI web backend demo [here](https://github.com/kigawas/

## Install

Install with `pip install eciespy` under Python 3.6+.
Install with `pip install eciespy` under Python 3.7+.

## Quick Start

Expand Down Expand Up @@ -251,9 +251,10 @@ b'helloworld'
## Release Notes

### 0.3.1 ~ 0.3.11
### 0.3.1 ~ 0.3.12

- Support Python 3.8, 3.9, 3.10 and phase out 3.5
- Support Python 3.8, 3.9, 3.10
- Drop Python 3.5, 3.6
- Bump dependencies
- Update documentation

Expand Down
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ keywords = [
include = ["ecies/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"
python = ">=3.7,<3.11"

# 3rd party
coincurve = ">=13,<18"
eth-keys = "^0.3.3"
pycryptodome = "^3.9.9"
eth-keys = "^0.4.0"
pycryptodome = "^3.14.1"

[tool.poetry.dev-dependencies]
black = "^22.3"
Expand Down

0 comments on commit 6f1c48a

Please sign in to comment.