Skip to content

Commit

Permalink
>3.12 --> >=3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jun 27, 2024
1 parent 1822ecf commit 1236121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/tests/test_runsorter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def generate_recording():


@pytest.mark.xfail(
platform.system() == "Windows" and parse(platform.python_version()) > parse("3.12"),
platform.system() == "Windows" and parse(platform.python_version()) >= parse("3.12"),
reason="3rd parth threadpoolctl issue: OSError('GetModuleFileNameEx failed')",
)
def test_run_sorter_local(generate_recording, create_cache_folder):
Expand Down

0 comments on commit 1236121

Please sign in to comment.