We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f3927 commit 45f9b3dCopy full SHA for 45f9b3d
tests/test_io.py
@@ -428,7 +428,10 @@ def test_hdf_series() -> None:
428
check(assert_type(read_hdf(path, "s"), DataFrame | Series), Series)
429
430
431
-@pytest.mark.xfail(sys.version_info >= (3, 11), reason="pyreadstat 1.3.1 does not support py314 Roche/pyreadstat#310")
+@pytest.mark.xfail(
432
+ sys.version_info >= (3, 14),
433
+ reason="pyreadstat 1.3.1 does not support py314 Roche/pyreadstat#310",
434
+)
435
def test_spss() -> None:
436
path = Path(CWD, "data", "labelled-num.sav")
437
check(
0 commit comments