AndrewSpittlemeister / bytechomp

A pure python declarative custom binary protocol parser & generator using dataclasses and type hinting. Like Pydantic for binary protocols.
MIT License
38 stars 7 forks source link

Make release with latest bugfixes from main #7

Open jonancm opened 1 month ago

jonancm commented 1 month ago

Hi,

I have a project that needs this change:

https://github.com/AndrewSpittlemeister/bytechomp/commit/78af392e1f34703eaa3594abb3a8a52cb21bd7bf#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711

to work with Python >= 3.11

Would it be possible to create a bugfix release from the latest main that includes this bugfix?

Otherwise, I can't get the pip package into my cache, because there's no official release on PyPI, and then my builds with Python >= 3.11 fail.

Thank you in advance!