Skip to content

Add CI workflow to run pytest suite#2

Merged
kryp2 merged 1 commit into
mainfrom
agent/add-ci
Jun 1, 2026
Merged

Add CI workflow to run pytest suite#2
kryp2 merged 1 commit into
mainfrom
agent/add-ci

Conversation

@kryp2

@kryp2 kryp2 commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Adds a minimal GitHub Actions CI workflow that runs the existing pytest suite.

  • actions/checkout@v4 + actions/setup-python@v5
  • Matrix: Python 3.11, 3.12, 3.13 (package requires-python is >=3.11, so 3.10 is excluded to keep CI green)
  • Installs the package plus pytest (no dev/test extra exists in pyproject), then runs pytest
  • Triggers on push and pull_request

Locally verified in a fresh venv (Python 3.13.7): pytest reported 11 passed, exit 0.

🤖 Generated with Claude Code

Runs the existing pytest suite on a Python 3.11-3.13 matrix
(package requires-python is >=3.11, so 3.10 is excluded to keep
CI green). Triggers on push and pull_request.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@kryp2 kryp2 marked this pull request as ready for review June 1, 2026 08:32
@kryp2 kryp2 merged commit 06ae656 into main Jun 1, 2026
6 checks passed
@kryp2 kryp2 deleted the agent/add-ci branch June 1, 2026 08:32
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