| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to 3.1.4: * Fix: Any_ must inherit from BaseMessage
- update to 3.1.3: * drop support for python 3.8 * add support for python 3.13 * prepare for python 3.14
- update to 3.1.2: * Do not reset a one-of group with a None value * Update and apply Ruff * Update all non-major dependencies
- update to 3.1.1: * update dependencies
- update to 3.1.0: * dependency updates
- add script get-tests.sh to fetch tests - update to 3.0.1: * technical update (deps) - update to 3.0.0: * = field field declarations replaced with Annotated hinting * Removed @message decorator in favour of BaseMessage * Re-written the core * Typing changes (see also: https://eigenein.github.io/protobuf/migration/)
- initial packaging