Skip to content

Commit 227a69c

Browse files
authored
feat: numba on python 3.14 (#673)
* feat: numba on python 3.14 * revert typing change
1 parent dea9ba4 commit 227a69c

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
@@ -49,7 +49,7 @@ dependencies = [
4949

5050
[project.optional-dependencies]
5151
awkward = ["awkward>=2"]
52-
numba = ["numba>=0.57; python_version<'3.14'"]
52+
numba = ["numba>=0.57; python_version<'3.15'"]
5353
sympy = ["sympy"]
5454

5555
[project.urls]
@@ -72,7 +72,7 @@ test = [
7272
]
7373
test-optional = [
7474
"awkward>=2",
75-
"numba>=0.57; python_version<'3.14'",
75+
"numba>=0.57; python_version<'3.15'",
7676
"sympy",
7777
]
7878
test-extras = [

0 commit comments

Comments
 (0)