Skip to content

Commit 1e35124

Browse files
committed
MNT: Update minimum Python and build requirements
1 parent 02d55a0 commit 1e35124

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ requires = [
44
"setuptools_scm[toml]>=6.2",
55
"cython",
66
# Newer than NEP29-minimum: compile against oldest numpy available
7-
"numpy==1.24; python_version >= '3.11'",
8-
"numpy==1.22; python_version >= '3.10' and python_version < '3.11'",
9-
# NEP29-minimum as of Jan 31, 2023
10-
"numpy==1.21; python_version >= '3.7' and python_version < '3.10'",
7+
"numpy==1.26b1; python_version >= '3.12rc1'",
8+
"numpy==1.24; python_version >= '3.11' and python_version < '3.12.dev0'",
9+
# NEP29-minimum as of Aug 17, 2023
10+
"numpy==1.22; python_version >= '3.8' and python_version < '3.11'",
1111
]
1212
build-backend = "setuptools.build_meta"
1313

@@ -17,7 +17,7 @@ dynamic = ["version"]
1717
description = "Nitime: timeseries analysis for neuroscience data"
1818
readme = "README.txt"
1919
license = { file = "LICENSE" }
20-
requires-python = ">=3.7"
20+
requires-python = ">=3.8"
2121
authors = [
2222
{ name = "Nitime developers", email = "[email protected]" },
2323
]

0 commit comments

Comments
 (0)