Skip to content

Commit 757468d

Browse files
committed
drop python 3.7 support
1 parent d155b90 commit 757468d

File tree

3 files changed

+83
-4
lines changed

3 files changed

+83
-4
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: true
3434
matrix:
35-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
35+
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
3636
runs-on: "ubuntu-latest"
3737
steps:
3838
#----------------------------------------------

poetry.lock

Lines changed: 81 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packages = [{ include = "ankr" }]
1515

1616

1717
[tool.poetry.dependencies]
18-
python = "^3.7.2"
18+
python = "^3.8.1"
1919
web3 = "^6.0.0"
2020
pydantic = "^1.10.7"
2121
pyhumps = "^3.8.0"

0 commit comments

Comments
 (0)