8000 chore(workflows/tests): add Python 3.13t to test matrix by XuehaiPan · Pull Request #198 · metaopt/optree · GitHub
[go: up one dir, main page]

Skip to content

chore(workflows/tests): add Python 3.13t to test matrix #198

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

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

XuehaiPan
Copy link
Member

Description

Describe your changes in detail.

Motivation and Context

Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
You can use the syntax close #15213 if this solves the issue #15213

  • I have raised an issue to propose this change (required for new features and bug fixes)

Ref: actions/setup-python#771

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds core functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (update in the documentation)

Checklist

Go over all the following points, and put an x in all the boxes that apply.
If you are unsure about any of these, don't hesitate to ask. We are here to help!

  • I have read the CONTRIBUTION guide. (required)
  • My change requires a change to the documentation.
  • I have updated the tests accordingly. (required for a bug fix or a new feature)
  • I have updated the documentation accordingly.
  • I have reformatted the code using make format. (required)
  • I have checked the code using make lint. (required)
  • I have ensured make test pass. (required)

@XuehaiPan XuehaiPan added the enhancement New feature or request label Mar 9, 2025
@XuehaiPan XuehaiPan self-assigned this Mar 9, 2025
@XuehaiPan XuehaiPan force-pushed the test-py313t branch 4 times, most recently from 052de53 to 3b6649b Compare March 15, 2025 17:58
@XuehaiPan XuehaiPan added the dependency Pull requests that update a dependency file label Mar 17, 2025
Copy link
codecov bot commented Mar 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (89b1624) to head (37df1d8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #198   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines         1298      1298           
  Branches       187       187           
=========================================
  Hits          1298      1298           
Flag Coverage Δ
unittests 100.00% <ø> (ø)
unittests-cp310-Linux 100.00% <ø> (ø)
unittests-cp310-Windows 100.00% <ø> (ø)
unittests-cp310-macOS 100.00% <ø> (ø)
unittests-cp311-Linux 100.00% <ø> (ø)
unittests-cp311-Windows 100.00% <ø> (ø)
unittests-cp311-macOS 100.00% <ø> (ø)
unittests-cp312-Linux 100.00% <ø> (ø)
unittests-cp312-Windows 100.00% <ø> (ø)
unittests-cp312-macOS 100.00% <ø> (ø)
unittests-cp313-Linux 100.00% <ø> (ø)
unittests-cp313-Windows 100.00% <ø> (ø)
unittests-cp313-macOS 100.00% <ø> (ø)
unittests-cp313t-Linux 100.00% <ø> (?)
unittests-cp313t-Windows 100.00% <ø> (?)
unittests-cp313t-macOS 100.00% <ø> (?)
unittests-cp38-Linux 100.00% <ø> (ø)
unittests-cp38-Windows 100.00% <ø> (ø)
unittests-cp38-macOS 100.00% <ø> (ø)
unittests-cp39-Linux 100.00% <ø> (ø)
unittests-cp39-Windows 100.00% <ø> (ø)
unittests-cp39-macOS 100.00% <ø> (ø)
unittests-pp310-Linux 100.00% <ø> (ø)
unittests-pp310-Windows 100.00% <ø> (ø)
unittests-pp310-macOS 100.00% <ø> (ø)
unittests-pp311-Linux 100.00% <ø> (ø)
unittests-pp311-Windows 100.00% <ø> (ø)
unittests-pp311-macOS 100.00% <ø> (ø)
unittests-pp39-Linux 100.00% <ø> (ø)
unittests-pp39-Windows 100.00% <ø> (ø)
unittests-pp39-macOS 100.00% <ø> (ø)
unittests-pydebug ?
unittests-pydebug-cp310d-Linux ?
unittests-pydebug-cp310d-Windows ?
unittests-pydebug-cp310d-macOS ?
unittests-pydebug-cp311d-Linux ?
unittests-pydebug-cp311d-Windows ?
unittests-pydebug-cp311d-macOS ?
unittests-pydebug-cp312d-Linux ?
unittests-pydebug-cp312d-Windows ?
unittests-pydebug-cp312d-macOS ?
unittests-pydebug-cp313d-Linux ?
unittests-pydebug-cp313d-Windows ?
unittests-pydebug-cp313d-macOS ?
unittests-pydebug-cp313td-Linux ?
unittests-pydebug-cp313td-Windows ?
unittests-pydebug-cp313td-macOS ?
unittests-pydebug-cp38d-Linux ?
unittests-pydebug-cp38d-Windows ?
unittests-pydebug-cp38d-macOS ?
unittests-pydebug-cp39d-Linux ?
unittests-pydebug-cp39d-Windows ?
unittests-pydebug-cp39d-macOS ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@XuehaiPan XuehaiPan force-pushed the test-py313t branch 2 times, most recently from 99cf644 to 77eed21 Compare March 25, 2025 12:08
@XuehaiPan XuehaiPan merged commit 763cdcd into metaopt:main Mar 26, 2025
35 checks passed
@XuehaiPan XuehaiPan deleted the test-py313t branch March 26, 2025 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0