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
Open

Conversation

glatterf42
Copy link
Member

As suggested by @khaeru in #880, we should drop support for the now outdated version 3.8 of Python and add support for the new 3.13. This PR does just that.

Please also see the analogous iiasa/ixmp#544, which details some issues that need to be closed upstream before we can support 3.13.

How to review

  • Read the diff and note that the CI checks all pass.

PR checklist

  • Continuous integration checks all ✅
  • Update tests; coverage checks both ✅
  • Add, expand, or update documentation.
  • Update release notes.

@glatterf42 glatterf42 added enh New features & functionality dependencies Pull requests that update a dependency file labels Oct 15, 2024
@glatterf42 glatterf42 self-assigned this Oct 15, 2024
Copy link

codecov bot commented Oct 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enh New features & functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant