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

Confirm support for Python 3.13 and drop 3.8 #544

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

khaeru
Copy link
Member

@khaeru khaeru commented Sep 24, 2024

Python 3.13 will be released 2024-10-01. This PR is to:

These changes would then be on main and ready for the next release at any time.

How to review

  • Note that the CI checks all pass.

PR checklist

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

@khaeru khaeru added enh New features & functionality ci Continuous integration labels Sep 24, 2024
@khaeru khaeru self-assigned this Sep 24, 2024
Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.8%. Comparing base (080ad2b) to head (b30e7c5).

Additional details and impacted files
@@           Coverage Diff           @@
##            main    #544     +/-   ##
=======================================
- Coverage   98.8%   98.8%   -0.1%     
=======================================
  Files         44      44             
  Lines       4819    4815      -4     
=======================================
- Hits        4765    4760      -5     
- Misses        54      55      +1     
Files with missing lines Coverage Δ
ixmp/_config.py 96.7% <100.0%> (ø)
ixmp/backend/__init__.py 100.0% <100.0%> (ø)
ixmp/backend/base.py 100.0% <100.0%> (ø)
ixmp/backend/jdbc.py 97.4% <100.0%> (ø)
ixmp/cli.py 100.0% <100.0%> (ø)
ixmp/core/platform.py 98.9% <100.0%> (ø)
ixmp/core/scenario.py 99.6% <100.0%> (ø)
ixmp/core/timeseries.py 98.6% <100.0%> (ø)
ixmp/model/__init__.py 100.0% <100.0%> (ø)
ixmp/report/common.py 100.0% <100.0%> (ø)
... and 5 more

... and 1 file with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration enh New features & functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant