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

[MNT] CI: Add Python 3.13 to test matrices drop 3.9 #7005

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ales-erjavec
Copy link
Contributor

Issue

Add Python 3.13 to test matrix, drop 3.9

This needs #6850 merged first to remove catboost as dependency because it does not support 3.13

Description of changes
Includes
  • Code changes
  • Tests
  • Documentation

Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.37%. Comparing base (091e88c) to head (1b9ea16).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7005      +/-   ##
==========================================
- Coverage   88.48%   88.37%   -0.12%     
==========================================
  Files         332      332              
  Lines       73333    73333              
==========================================
- Hits        64889    64807      -82     
- Misses       8444     8526      +82     

np.float_ -> np.float64
np.NaN -> np.nan
np.ndarray.ptp -> np.ptp
np.in1d -> np.isin
np.row_stack -> np.vstack
Catch all exceptions at import attempt.
Remove Python 3.9 support
pandas aleady requires 1.21.0 on python>=3.10
@markotoplak markotoplak changed the title [MNT]CI: Add Python 3.13 to test matrices drop 3.9 [MNT] CI: Add Python 3.13 to test matrices drop 3.9 Jan 31, 2025
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.

1 participant