Skip to content

Commit b2dbb83

Browse files
committed
Fix requires-python.
1 parent fede558 commit b2dbb83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024, NVIDIA CORPORATION.
1+
# Copyright (c) 2023-2025, NVIDIA CORPORATION.
22

33
[build-system]
44
build-backend = "setuptools.build_meta"
@@ -17,7 +17,7 @@ authors = [
1717
{ name = "NVIDIA Corporation" }
1818
]
1919
license = { text = "BSD 2-clause" }
20-
requires-python = ">=3.10"
20+
requires-python = ">=3.9"
2121
dependencies = ["numba>=0.59.1"]
2222

2323
[project.urls]

0 commit comments

Comments
 (0)