From b82311db3400c838d52dc7088905027690e75dda Mon Sep 17 00:00:00 2001 From: Joe Hamman Date: Fri, 2 Feb 2024 21:52:03 -0500 Subject: [PATCH] chore: bump minimum python/numpy versions aligned with spec0000 targetting a 2024-Q2 release (#1638) --- pyproject.toml | 7 +++---- requirements_dev_numpy.txt | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22ea19f28f..4cd3b05b65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,10 +10,10 @@ readme = { file = "README.md", content-type = "text/markdown" } maintainers = [ { name = "Alistair Miles", email = "alimanfoo@googlemail.com" } ] -requires-python = ">=3.8" +requires-python = ">=3.10" dependencies = [ 'asciitree', - 'numpy>=1.20,!=1.21.0', + 'numpy>=1.24', 'fasteners', 'numcodecs>=0.10.0', ] @@ -30,10 +30,9 @@ classifiers = [ 'Topic :: Software Development :: Libraries :: Python Modules', 'Operating System :: Unix', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ] license = { text = "MIT" } diff --git a/requirements_dev_numpy.txt b/requirements_dev_numpy.txt index a6135bd831..ee8970780a 100644 --- a/requirements_dev_numpy.txt +++ b/requirements_dev_numpy.txt @@ -1,4 +1,4 @@ # Break this out into a separate file to allow testing against # different versions of numpy. This file should pin to the latest # numpy version. -numpy==1.24.3 +numpy==1.26.3