**Describe the bug** [PEP 594](https://peps.python.org/pep-0594/#cgi) has led to the removal of the cgi module in Python 3.13. spyne makes use of that module. **To Reproduce** Running the test suite fails with `E ModuleNotFoundError: No module named 'cgi'` **Additional context** This was reported as Debian bug [#1082317](https://bugs.debian.org/1082317).