Update test and CI configuration to support python 3.14#294
Merged
tepickering merged 6 commits intoastropy:mainfrom Jan 9, 2026
Merged
Update test and CI configuration to support python 3.14#294tepickering merged 6 commits intoastropy:mainfrom
tepickering merged 6 commits intoastropy:mainfrom
Conversation
…he default where appropriate
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #294 +/- ##
==========================================
+ Coverage 89.57% 89.67% +0.09%
==========================================
Files 17 17
Lines 1803 1801 -2
==========================================
Hits 1615 1615
+ Misses 188 186 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…to the nitpick_ignore list in docs/conf.py. This tells Sphinx to ignore warnings about the ArrayLike type annotation that can't be resolved through intersphinx mappings. The ArrayLike type from numpy.typing isn't properly exposed in NumPy's intersphinx inventory, which is a known issue.
…bump windows and osx tests to 3.12
hpparvi
approved these changes
Jan 9, 2026
Contributor
|
Great work, LGTM! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've been playing around with
claude codeand gave it a simple task of updating test and CI configuration to support the latest python, 3.14. TheCLAUDE.mdfile that was generated byclaude /initis also included. It captures the basics pretty well, but may require some fleshing out by hand if we wish to useclaudemore extensively.