bids-standard / pybids

Python tools for querying and manipulating BIDS datasets.
https://bids-standard.github.io/pybids/
MIT License
225 stars 122 forks source link

[MAINT] Update minimum Python (3.9) and dependencies (SPEC 0 + 1yr) #1092

Closed Remi-Gau closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.77%. Comparing base (8a1cf23) to head (a7325bc). Report is 6 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1092 +/- ## ======================================= Coverage 89.77% 89.77% ======================================= Files 63 63 Lines 7141 7141 Branches 1367 1367 ======================================= Hits 6411 6411 Misses 531 531 Partials 199 199 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Remi-Gau commented 1 month ago

Let's go ahead and do SPEC0 + 1yr for the scipy bits.

sounds good

effigies commented 1 month ago

@Remi-Gau We can split out the Python 3.8 drop / minimum dependencies bump from the 3.13 support. Then the 3.13 PR can just be periodically bumped as dependencies add support.

Remi-Gau commented 1 month ago

@Remi-Gau We can split out the Python 3.8 drop / minimum dependencies bump from the 3.13 support. Then the 3.13 PR can just be periodically bumped as dependencies add support.

OK will extract the 3.13 part in a separate PR