Skip to content

fix: add Python version check and update homepage URL#91

Merged
Jammy2211 merged 1 commit intomainfrom
feature/pin-dependency-versions
Apr 13, 2026
Merged

fix: add Python version check and update homepage URL#91
Jammy2211 merged 1 commit intomainfrom
feature/pin-dependency-versions

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

  • Add runtime check for Python >= 3.12 at import time — users on older Python now get a clear RuntimeError instead of cryptic import failures
  • Update homepage URL from rhayes777/PyAutoConf to PyAutoLabs/PyAutoConf

Test plan

  • python -c "import autoconf" works on Python 3.12+
  • Verify error message on Python < 3.12 if available

🤖 Generated with Claude Code

Add runtime check for Python >= 3.12 at import time so users get a clear
error instead of cryptic import failures. Update homepage URL to PyAutoLabs org.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Jammy2211 Jammy2211 merged commit 589ce2d into main Apr 13, 2026
4 checks passed
@Jammy2211 Jammy2211 deleted the feature/pin-dependency-versions branch April 13, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant