Skip to content

fix: python version upper limit change#324

Merged
Ernst79 merged 1 commit into
mainfrom
python_version
Jun 8, 2026
Merged

fix: python version upper limit change#324
Ernst79 merged 1 commit into
mainfrom
python_version

Conversation

@Ernst79

@Ernst79 Ernst79 commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

fix: python version upper limit change

@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.19%. Comparing base (c8dcd31) to head (efcf08d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #324   +/-   ##
=======================================
  Coverage   55.19%   55.19%           
=======================================
  Files           7        7           
  Lines        1406     1406           
  Branches      276      276           
=======================================
  Hits          776      776           
  Misses        514      514           
  Partials      116      116           

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the project’s declared supported Python range by removing the explicit <3.15 upper bound, allowing Poetry to resolve dependencies for Python ^3.11 (i.e., >=3.11,<4.0) and regenerating the lockfile accordingly.

Changes:

  • Relax Python version constraint in pyproject.toml from ^3.11,<3.15 to ^3.11.
  • Regenerate poetry.lock to reflect the updated Python constraint and resulting dependency resolution.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Removes the explicit Python <3.15 cap by setting python = "^3.11".
poetry.lock Updates lock metadata to python-versions = "^3.11" and refreshes resolved dependency set under the new constraint.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Ernst79 Ernst79 merged commit e55917d into main Jun 8, 2026
11 checks passed
@Ernst79 Ernst79 deleted the python_version branch June 8, 2026 09:14
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