Skip to content

Conversation

drbenvincent
Copy link
Collaborator

@drbenvincent drbenvincent commented Sep 29, 2025

Closes #528


📚 Documentation preview 📚: https://causalpy--529.org.readthedocs.build/en/529/

Copy link

codecov bot commented Sep 29, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #529   +/-   ##
=======================================
  Coverage   95.19%   95.19%           
=======================================
  Files          28       28           
  Lines        2457     2457           
=======================================
  Hits         2339     2339           
  Misses        118      118           

☔ 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.

@maresb maresb requested a review from Copilot September 29, 2025 09:00
Copy link

@Copilot Copilot AI left a comment

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 Python version support by dropping Python 3.10 and adding Python 3.13 support. This change aligns the project's Python version requirements with more recent Python releases.

  • Updated minimum Python version requirement from 3.10 to 3.11
  • Modified CI workflow to test against Python 3.11, 3.12, and 3.13
  • Maintains testing across three Python versions while moving to newer releases

Reviewed Changes

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

File Description
pyproject.toml Updated minimum Python version requirement to 3.11
.github/workflows/ci.yml Updated CI matrix to test Python 3.11, 3.12, and 3.13

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Contributor

@maresb maresb left a comment

Choose a reason for hiding this comment

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

LGTM!

@drbenvincent drbenvincent marked this pull request as ready for review September 29, 2025 09:01
@drbenvincent drbenvincent merged commit 77f8d59 into main Sep 29, 2025
10 checks passed
@drbenvincent drbenvincent deleted the update-supported-python-versions branch September 29, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Drop support for Python 3.10

2 participants