MNT: bumps min python version to 3.10 - #857
Merged
Merged
Conversation
Member
Author
|
Python 3.14 will be released at Oct 7th, aka this Tuesday. |
Gui-FernandesBR
force-pushed
the
mnt/min-python-version-310
branch
from
October 8, 2025 15:46
cff273f to
0f035fe
Compare
Codecov Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
phmbressan
force-pushed
the
mnt/min-python-version-310
branch
from
October 18, 2025 12:55
b824966 to
6b1dc13
Compare
Collaborator
|
Retrying Edit: All passing on the CI. |
Gui-FernandesBR
force-pushed
the
mnt/min-python-version-310
branch
from
October 18, 2025 17:12
6b1dc13 to
0407cb7
Compare
Member
Author
|
@copilot could you please update our CHANGELOG? |
phmbressan
approved these changes
Oct 19, 2025
Gui-FernandesBR
pushed a commit
that referenced
this pull request
Aug 12, 2026
…ove (#1139) * docker: mount the repository root in compose, not the docker folder #732 moved docker-compose.yml into docker/. Compose resolves relative host paths against the compose file's own directory, so `- .:/app` mounts docker/, which has no pyproject.toml and no requirements-tests.txt for the services to install. * docker: raise the compose service to the python floor the package declares #857 moved requires-python to >=3.10; pip declines the install on 3.9. Renamed the service key so it does not outlive the version again. * docker: pin the base image to python:3.14 python:latest and python:3.14 are the same digest today, so the image does not change. 3.14 is the ceiling of the test matrix, and a pinned tag is one renovate can see and bump. * docs: describe the docker layout as it is after #732 The build command needs a repository-root context to find requirements.txt, compose runs from inside docker/, and the file tests 3.10 and 3.12 rather than 3.9 and 3.12.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request type
Checklist
black rocketpy/ tests/) has passed locallypytest tests -m slow --runslow) have passed locallyCHANGELOG.mdhas been updated (if relevant)Current behavior
Enter text here...
New behavior
Enter text here...
Breaking change
Additional information
Enter text here...