- Enable memoryview() tests in 5.1 conformance (Python 3.13 supports __buffer__)
- Add test_mathutils_euler.py for 5.1 conformance
- Show Python version in conformance check output
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Conformance tests now live in conformance/<version>/*.py and are checked
against the corresponding stubs in dist/<version>/. Auto-detection only
runs versions that have both stubs and test files.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>