Skip to content

Check Repository Actions#3

Open
jaydotsee wants to merge 1 commit intomainfrom
claude/check-repo-action-011CV3hD4ZVMqiL8xFAfuecf
Open

Check Repository Actions#3
jaydotsee wants to merge 1 commit intomainfrom
claude/check-repo-action-011CV3hD4ZVMqiL8xFAfuecf

Conversation

@jaydotsee
Copy link
Copy Markdown
Owner

  • Update pyproject.toml: Change Python requirement from >=3.13 to >=3.8 to match CI workflow
  • Add cffi>=1.15.0 to requirements.txt: Required by PyInstaller for cryptography support
  • Update CI workflow: Use 'python -m pytest' instead of 'pytest' for better compatibility

These changes resolve:

  1. Python version mismatch between pyproject.toml and CI matrix
  2. ModuleNotFoundError for _cffi_backend during PyInstaller build
  3. Potential pytest import issues in CI environment

- Update pyproject.toml: Change Python requirement from >=3.13 to >=3.8 to match CI workflow
- Add cffi>=1.15.0 to requirements.txt: Required by PyInstaller for cryptography support
- Update CI workflow: Use 'python -m pytest' instead of 'pytest' for better compatibility

These changes resolve:
1. Python version mismatch between pyproject.toml and CI matrix
2. ModuleNotFoundError for _cffi_backend during PyInstaller build
3. Potential pytest import issues in CI environment
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.

2 participants