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

Update Python support for 3.13 #881

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Drop Python 3.8, add 3.13

10b9e8d
Select commit
Loading
Failed to load commit list.
Open

Update Python support for 3.13 #881

Drop Python 3.8, add 3.13
10b9e8d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2024 in 0s

95.6% (+0.0%) compared to 7700a82

View this Pull Request on Codecov

95.6% (+0.0%) compared to 7700a82

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.6%. Comparing base (7700a82) to head (10b9e8d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #881   +/-   ##
=====================================
  Coverage   95.5%   95.6%           
=====================================
  Files         46      46           
  Lines       4340    4327   -13     
=====================================
- Hits        4148    4139    -9     
+ Misses       192     188    -4     
Files with missing lines Coverage Δ
message_ix/__init__.py 100.0% <100.0%> (+8.3%) ⬆️
message_ix/core.py 97.7% <100.0%> (ø)
message_ix/macro.py 96.7% <100.0%> (ø)
message_ix/report/__init__.py 100.0% <100.0%> (ø)
message_ix/report/operator.py 97.5% <100.0%> (ø)
message_ix/report/pyam.py 100.0% <100.0%> (ø)
message_ix/testing/__init__.py 99.6% <100.0%> (ø)
message_ix/tests/report/test_operator.py 100.0% <100.0%> (ø)
message_ix/tests/test_feature_duration_time.py 100.0% <100.0%> (ø)
..._ix/tests/test_feature_vintage_and_active_years.py 100.0% <100.0%> (ø)
... and 5 more