Skip to content

Commit 1702117

Browse files
committed
chore: bump minimum python/numpy versions aligned with spec0000 targetting a 2024-Q2 release
1 parent 1a98886 commit 1702117

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ readme = { file = "README.md", content-type = "text/markdown" }
1010
maintainers = [
1111
{ name = "Alistair Miles", email = "[email protected]" }
1212
]
13-
requires-python = ">=3.8"
13+
requires-python = ">=3.10"
1414
dependencies = [
1515
'asciitree',
16-
'numpy>=1.20,!=1.21.0',
16+
'numpy>=1.24',
1717
'fasteners',
1818
'numcodecs>=0.10.0',
1919
]
@@ -30,10 +30,9 @@ classifiers = [
3030
'Topic :: Software Development :: Libraries :: Python Modules',
3131
'Operating System :: Unix',
3232
'Programming Language :: Python :: 3',
33-
'Programming Language :: Python :: 3.8',
34-
'Programming Language :: Python :: 3.9',
3533
'Programming Language :: Python :: 3.10',
3634
'Programming Language :: Python :: 3.11',
35+
'Programming Language :: Python :: 3.12',
3736
]
3837
license = { text = "MIT" }
3938

requirements_dev_numpy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Break this out into a separate file to allow testing against
22
# different versions of numpy. This file should pin to the latest
33
# numpy version.
4-
numpy==1.24.3
4+
numpy==1.26.3

0 commit comments

Comments
 (0)