Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test with python 3.13 #401

Merged
merged 2 commits into from
Oct 18, 2024
Merged

test with python 3.13 #401

merged 2 commits into from
Oct 18, 2024

Conversation

braingram
Copy link
Collaborator

@braingram braingram commented Oct 8, 2024

This PR adds python 3.13 to the CI.

I also removed the py311 environment (testing with python 3.11) since we're already running py311-cov (python 3.11 while measuring coverage). This change will require updates to the branch protection rules as currently py311 is marked as required. I'm happy to remove that change from this PR (if that's preferred) just let me know.

Tasks

  • update or add relevant tests
  • update relevant docstrings and / or docs/ page
  • Does this PR change any API used downstream? (if not, label with no-changelog-entry-needed)
    • write news fragment(s) in changes/: echo "changed something" > changes/<PR#>.<changetype>.rst (see below for change types)
    • start a romancal regression test with this branch installed ("git+https://github.com/<fork>/roman_datamodels@<branch>")
news fragment change types...
  • changes/<PR#>.feature.rst: new feature
  • changes/<PR#>.bugfix.rst: fixes an issue
  • changes/<PR#>.doc.rst: documentation change
  • changes/<PR#>.removal.rst: deprecation or removal of public API
  • changes/<PR#>.misc.rst: infrastructure or miscellaneous change

Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.75%. Comparing base (087a60d) to head (ed6bf29).
Report is 58 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
+ Coverage   97.56%   97.75%   +0.19%     
==========================================
  Files          30       36       +6     
  Lines        2788     3434     +646     
==========================================
+ Hits         2720     3357     +637     
- Misses         68       77       +9     

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

@braingram braingram marked this pull request as ready for review October 8, 2024 18:25
@braingram braingram requested a review from a team as a code owner October 8, 2024 18:25
@braingram braingram changed the title test python 3.13 test with python 3.13 Oct 8, 2024
@WilliamJamieson
Copy link
Collaborator

This will need the branch protections updated so that the linux py311 requirement is replaced by the linux py311-cov job instead. @zacharyburnett or @braingram can either of you update the branch protections after merging this?

@braingram braingram merged commit 053b844 into spacetelescope:main Oct 18, 2024
18 checks passed
@braingram braingram deleted the py313 branch October 18, 2024 18:46
@braingram
Copy link
Collaborator Author

Thanks! I updated the branch protection rules. Let me know if they look good to you or if you notice any other changes there that would be helpful.

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