feat: require python_version in cog.yaml build section
Users must now explicitly set python_version in the build section of
cog.yaml. Previously, omitting it silently defaulted to the latest
Python version (3.13), which could break models when the default was
bumped in a future release.
Closes #101