Skip to content

chore: upgrade to Python 3.12, add code-review-graph, simplify CI#14

Merged
mauryasameer merged 2 commits into
devfrom
chore/add-code-review-graph
Apr 12, 2026
Merged

chore: upgrade to Python 3.12, add code-review-graph, simplify CI#14
mauryasameer merged 2 commits into
devfrom
chore/add-code-review-graph

Conversation

@mauryasameer

Copy link
Copy Markdown
Owner

Summary

  • Rebuild venv with Python 3.12 (paddleocr has no Python 3.13 wheels; max is 3.12)
  • Add code-review-graph==2.2.1 to requirements-dev.txt
  • Add .code-review-graph/ and *.crg.db to .gitignore
  • Update pyproject.toml ruff target-version to py312
  • CI: remove multi-version matrix, pin to single Python 3.12
  • Fix integration test: clear OCRFactory._instances before dynamic loading test to prevent cached-instance false pass

Test plan

  • 16/16 tests pass locally on Python 3.12

- Rebuild venv with Python 3.12 (paddleocr has no Python 3.13 wheels)
- Add code-review-graph==2.2.1 to requirements-dev.txt
- Add .code-review-graph/ and *.crg.db to .gitignore
- Update pyproject.toml ruff target-version to py312
- CI: pin to single Python 3.12 (remove multi-version matrix)
- Fix integration test: also clear OCRFactory._instances before dynamic loading test
@mauryasameer mauryasameer merged commit 6b46104 into dev Apr 12, 2026
2 checks passed
@mauryasameer mauryasameer deleted the chore/add-code-review-graph branch April 12, 2026 18:57
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