Skip to content

Commit 21954fc

Browse files
committed
Fix min version for test_fft.py
1 parent 10b4683 commit 21954fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_fft.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
pytestmark = [
1818
pytest.mark.ci,
1919
pytest.mark.xp_extension("fft"),
20-
pytest.mark.min_version("draft"),
20+
pytest.mark.min_version("2022.12"),
2121
]
2222

2323

0 commit comments

Comments
 (0)