Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas committed May 31, 2022
1 parent 58e869a commit ca12dcf
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 29 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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 ca12dcf

Please sign in to comment.