ethereum / hexbytes

Python `bytes` subclass that decodes hex, with a readable console output
MIT License
27 stars 19 forks source link

Update supported Python versions #18

Closed BoboTiG closed 2 years ago

BoboTiG commented 2 years ago

Simply testing minimum/maximum versions should be good (CircleCI does not yet provide an image for Python 3.11 though).

BoboTiG commented 2 years ago

Typically we do actually test all the versions in between. But I don't feel like making that change, and this is clearly a step up, so 👍🏻 after the suggested tweak :)

Would you like to, at least, test versions in-between boundaries, on CircleCI? Changes are not big, I can rework that PR.

carver commented 2 years ago

Would you like to, at least, test versions in-between boundaries, on CircleCI? Changes are not big, I can rework that PR.

Sure, as much for consistence with the other repos as anything, that would be great 👍🏻

BoboTiG commented 2 years ago

Updated :)

carver commented 2 years ago

Thanks!