Skip to content

Conversation

@dionhaefner
Copy link
Contributor

@dionhaefner dionhaefner commented Nov 24, 2025

Relevant issue or PR

Fixes #234

Description of changes

  • Replaces 3.9 with 3.10 as lower bound, and resolves pre-commit upgrades.
  • Also test with Python 3.13 instead of 3.12.

Testing done

CI

@dionhaefner dionhaefner changed the title refactor: replace python 3.9 with 3.10 as oldest supported version refactor!: replace python 3.9 with 3.10 as oldest supported version Nov 24, 2025
@codecov
Copy link

codecov bot commented Nov 24, 2025

Codecov Report

❌ Patch coverage is 98.11321% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 76.53%. Comparing base (ecd2f0d) to head (89eefa5).

Files with missing lines Patch % Lines
tesseract_core/runtime/schema_types.py 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
+ Coverage   76.42%   76.53%   +0.11%     
==========================================
  Files          29       29              
  Lines        3359     3354       -5     
  Branches      526      525       -1     
==========================================
  Hits         2567     2567              
+ Misses        558      555       -3     
+ Partials      234      232       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dionhaefner dionhaefner marked this pull request as ready for review November 24, 2025 11:13
include:
- os: ubuntu-latest
python-version: "3.12"
python-version: "3.10"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oldest deps are only supported by oldest Python

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.

Clean up codebase once py3.9 is EOL

2 participants