Skip to content

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

Open
mauryasameer wants to merge 2 commits intodevfrom
chore/add-code-review-graph
Open

chore: upgrade to Python 3.12, add code-review-graph, simplify CI#14
mauryasameer wants to merge 2 commits intodevfrom
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
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