Skip to content

chore: Add Python 3.14 tests#1175

Merged
effigies merged 1 commit intobids-standard:mainfrom
effigies:mnt/py314
Dec 8, 2025
Merged

chore: Add Python 3.14 tests#1175
effigies merged 1 commit intobids-standard:mainfrom
effigies:mnt/py314

Conversation

@effigies
Copy link
Copy Markdown
Collaborator

Not all of our dependencies can be installed on 3.14 just yet, so leaving this as a draft.

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.37%. Comparing base (587f74c) to head (c8d6f62).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1175   +/-   ##
=======================================
  Coverage   89.37%   89.37%           
=======================================
  Files          66       66           
  Lines        7276     7276           
  Branches      854      854           
=======================================
  Hits         6503     6503           
  Misses        565      565           
  Partials      208      208           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@effigies effigies marked this pull request as ready for review December 8, 2025 16:25
@effigies effigies merged commit a72fd4f into bids-standard:main Dec 8, 2025
28 checks passed
@effigies effigies deleted the mnt/py314 branch December 8, 2025 16:25
effigies added a commit that referenced this pull request Mar 12, 2026
Version 0.22.0 (March 11, 2026)

New feature release in the 0.22.x series.

This release introduces schema-based layout configurations::

    from bids.layout import BIDSLayout

    layout = BIDSLayout('/path/to/dataset', config='bids-schema')

This will use the version of the schema included in
the installed version of bidsschematools_.
The schema configuration will be the way to incorporate updates from
new versions of BIDS (v1.11+), and will eventually be made the default
configuration.
Please try it out and report any issues you encounter
to help us make the transition as smooth as possible.
We are particularly interested in reports from
users who supply custom configurations.

The following dependencies have been updated to new minimum versions:

* NumPy 1.25
* SciPy 1.11
* NiBabel 5.1

* ENH: Sort BIDS file name entities (#1220)
* ENH: Use BIDS schema to "drive" pybids #818 (#1163)
* DOC: Fix documentation deployment (#1224)
* MNT: Add Python 3.14 tests (#1175)
* MNT: Skip pre-release checks on unlabeled PRs (#1188)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant