feat: python 3.13 support - #10
Conversation
|
Note Reviews pausedUse the following commands to manage reviews:
📝 WalkthroughWalkthroughThis PR adds Python 3.13 support throughout the project and upgrades Java from version 11 to version 17. Changes include updating CI/CD workflows, documentation, configuration files (pyproject.toml, noxfile.py, .mise.toml), and Docker build environments. Additionally, error handling in Possibly related PRs
Suggested reviewers
Pre-merge checks❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
Comment |
|
📦 Python package built successfully!
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10 +/- ##
==========================================
- Coverage 76.60% 75.12% -1.48%
==========================================
Files 99 99
Lines 5476 5601 +125
Branches 748 782 +34
==========================================
+ Hits 4195 4208 +13
- Misses 1281 1393 +112 ☔ View full report in Codecov by Sentry. |
|
@coderabbitai pause |
35fc1c5 to
2a1a117
Compare
✅ Actions performedReviews paused. |
|
🚀 Review App Deployment Started
|
4507cbc to
d433da8
Compare
Co-authored-by: mfranczel <mfranczel@users.noreply.github.com>
This update introduces a new function, _get_type_name, to ensure that the type name for NumPy's bool_ is consistently returned as 'bool_' across different Python versions, particularly for Python 3.13. The variable type retrieval in _get_variable_dict_entry has been updated to use this new function.
d433da8 to
72c9fe1
Compare
3bc1602 to
b0ca5c6
Compare
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Chores