Skip to content

Commit

Permalink
Bump hard Python requirement to Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jul 25, 2023
1 parent edb712e commit fc56ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For code examples please see below.

To use this package you need to

* Have Python 3.10 or higher
* Have Python 3.10+ or higher
* macOS, Linux or Windows Subsystem for Linux (WSL) needed, Microsoft Windows is not officially supported
* [Be proficient in Python programming](https://wiki.python.org/moin/BeginnersGuide)
* [Understand of Web3.py library](https://web3py.readthedocs.io/en/stable/)
Expand Down
2 changes: 1 addition & 1 deletion eth_defi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


#: Minimum required Python version to run this package
MIN_PYTHON_VERSION = (3, 9)
MIN_PYTHON_VERSION = (3, 10)


def _check_python_version():
Expand Down

0 comments on commit fc56ca4

Please sign in to comment.