Skip to content

Fix Python 3.14 TypeError for Iterable checks using collections.abc.Iterable#676

Open
Omarabdalgwad wants to merge 1 commit intodata-8:masterfrom
Omarabdalgwad:fix/is-non-string-iterable
Open

Fix Python 3.14 TypeError for Iterable checks using collections.abc.Iterable#676
Omarabdalgwad wants to merge 1 commit intodata-8:masterfrom
Omarabdalgwad:fix/is-non-string-iterable

Conversation

@Omarabdalgwad
Copy link

…terable

[ ] Wrote test for feature
[ ] Added changes to CHANGELOG.md
[ ] Bumped version number (delete if unneeded)

Changes proposed:

Use collections.abc.Iterable instead of collections.Iterable for Python 3.14 compatibility.

@Omarabdalgwad Omarabdalgwad changed the title Fix Python 3.14 TypeError for Iterable checks using collections.abc.I… Fix Python 3.14 TypeError for Iterable checks using collections.abc.Iterable Feb 26, 2026
@coveralls
Copy link

Coverage Status

coverage: 95.174% (+0.002%) from 95.172%
when pulling 3b586f0 on Omarabdalgwad:fix/is-non-string-iterable
into 8717257 on data-8:master.

@Omarabdalgwad
Copy link
Author

Omarabdalgwad commented Feb 28, 2026

@cboettig
All checks passed ✅
Looking forward to your review. Thanks

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.

2 participants