pybids
pybids copied to clipboard
[MAINT] support python 3.13
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.77%. Comparing base (
eb2f926) to head (88fb314). Report is 39 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #1093 +/- ##
==========================================
- Coverage 89.79% 89.77% -0.02%
==========================================
Files 63 63
Lines 7141 7141
Branches 1367 1367
==========================================
- Hits 6412 6411 -1
Misses 531 531
- Partials 198 199 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
failure looks like an upstream error, no?
bids/modeling/report/viz.py:1: in <module>
import altair as alt
.tox/py313-full/lib/python3.13/site-packages/altair/__init__.py:650: in <module>
from altair.vegalite import *
.tox/py313-full/lib/python3.13/site-packages/altair/vegalite/__init__.py:2: in <module>
from .v5 import *
.tox/py313-full/lib/python3.13/site-packages/altair/vegalite/v5/__init__.py:4: in <module>
from .api import *
.tox/py313-full/lib/python3.13/site-packages/altair/vegalite/v5/api.py:618: in <module>
class _ConditionClosed(TypedDict, closed=True, total=False): # type: ignore[call-arg]
E TypeError: _TypedDictMeta.__new__() got an unexpected keyword argument 'closed'
- See https://github.com/vega/altair/issues/3620
Included in #1109.