Skip to content

Test#1

Closed
kaitj wants to merge 3 commits into
mainfrom
maint/walk
Closed

Test#1
kaitj wants to merge 3 commits into
mainfrom
maint/walk

Conversation

@kaitj
Copy link
Copy Markdown
Owner

@kaitj kaitj commented May 13, 2025

No description provided.

clane9 and others added 2 commits May 12, 2025 15:41
Requiring python>=3.12 is a bit of a burden. It's only required for
`find_bids_datasets`, which uses `Path.walk`. Instead, downgrade minimum
python to 3.11 and add a guard on this function in case python<3.12.

Note, we could look into downgrading further. The next block would be
`get_column_names` returns a `StrEnum`, which was introduced in 3.11.
I'm hesitant to remove this though, because being able to treat these
enum fields as native strings is nice.
- Enables use of `finds_bids_datasets` in py311.
  - `root` in `_indexing.py` is initially passed as original type, with walked `dirpath` typecasted as Path
- Removed error for <py312 in throughout codebase + testing
@kaitj kaitj force-pushed the maint/walk branch 5 times, most recently from 0d0c3e3 to 1849234 Compare May 13, 2025 14:14
- Only runs after formatting
- Update to dependencies to include other versions of python support
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