Skip to content

Commit 3de35cd

Browse files
committed
newsfragment and migration guide note
1 parent 9a4ef1d commit 3de35cd

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docs/v7_migration.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ Python 3.7 support has been dropped in favor of Python 3.8+. Python 3.7 is no lo
124124
supported by the Python core team, and we want to focus our efforts on supporting
125125
the latest versions of Python.
126126

127+
EthPM Module Removed
128+
~~~~~~~~~~~~~~~~~~~~
129+
130+
The EthPM module has been removed from the library. It was not widely used and has not
131+
been functional since around October 2022. It was deprecated in ``v6`` and has been
132+
completely removed in ``v7``.
127133

128134
Miscellaneous Changes
129135
~~~~~~~~~~~~~~~~~~~~~

newsfragments/3261.removal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove the ``ethpm`` module and related docs, tests, and dependencies

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"tox>=3.18.0",
3737
"tqdm>4.32",
3838
"twine>=1.13",
39-
"when-changed>=0.3.0",
4039
"build>=0.9.0",
4140
],
4241
}

0 commit comments

Comments
 (0)