Skip to content

Commit bb01743

Browse files
author
Vahid Tavanashad
committed
update required python version
1 parent c3fc825 commit bb01743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name = "mkl_fft"
3232
dynamic = ["version"]
3333
description = "MKL-based FFT transforms for NumPy arrays"
3434
readme = { file = "README.md", content-type = "text/markdown" }
35-
requires-python = ">=3.7"
35+
requires-python = ">=3.9,<3.13"
3636
license = { text = "BSD" }
3737
authors = [
3838
{ name = "Intel Corporation", email = "[email protected]" }

0 commit comments

Comments
 (0)