MNT: bumps min python version to 3.10 by Gui-FernandesBR · Pull Request #857 · RocketPy-Team/RocketPy

@Gui-FernandesBR

Pull request type

  • Code changes (bugfix, features)
  • Code maintenance (refactoring, formatting, tests)
  • ReadMe, Docs and GitHub updates
  • Other (please describe):

Checklist

  • Tests for the changes have been added (if needed)
  • Docs have been reviewed and added / updated
  • Lint (black rocketpy/ tests/) has passed locally
  • All tests (pytest tests -m slow --runslow) have passed locally
  • CHANGELOG.md has been updated (if relevant)

Current behavior

Enter text here...

New behavior

Enter text here...

Breaking change

  • Yes
  • No

Additional information

Enter text here...

@Gui-FernandesBR

@codecov

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.26%. Comparing base (f17893b) to head (bc6dd6f).
⚠️ Report is 28 commits behind head on develop.

Files with missing lines Patch % Lines
rocketpy/mathutils/function.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #857      +/-   ##
===========================================
+ Coverage    80.02%   80.26%   +0.24%     
===========================================
  Files           98      104       +6     
  Lines        12004    12767     +763     
===========================================
+ Hits          9606    10248     +642     
- Misses        2398     2519     +121     

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

@phmbressan

Retrying Python 3.14 on the CI, since this command pytest && pytest -m slow --runslow && pytest rocketpy/ --doctest-modules worked for me locally on the new version.

Edit: All passing on the CI.

@Gui-FernandesBR

@copilot could you please update our CHANGELOG?

@phmbressan

phmbressan