ethereum / eth-typing

Python types for type hinting commonly used ethereum types
MIT License
31 stars 35 forks source link

Set the upper cap on Python version to 4.0 #37

Closed fjarri closed 2 years ago

fjarri commented 2 years ago

What was wrong?

How was it fixed?

Upper cap on Python set to <4.

Note: it seems that the cap was introduced in https://github.com/ethereum/eth-typing/commit/b5e23be20a27dba1612eafac52d9f3ab265326e3, for an unspecified reason.

fjarri commented 2 years ago

A polite bump. Are there any concerns about removing the cap?

kclowes commented 2 years ago

Thanks for the bump. I don't have any concerns with removing the cap. I'll add a newsfragment and merge!