From 413d520e9bba5b85919c6fb7cc847322a4855939 Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Wed, 24 Jan 2024 09:10:38 -0800 Subject: [PATCH] chore: bump minimum python/numpy versions aligned with spec0000 targetting a 2024-Q2 release --- pyproject.toml | 6 +++--- requirements_dev_numpy.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a85e49e82c..90ed5f3797 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.9" +requires-python = ">=3.10" dependencies = [ 'asciitree', - 'numpy>=1.21.1', + 'numpy>=1.24', 'fasteners', 'numcodecs>=0.10.0', ] @@ -30,9 +30,9 @@ classifiers = [ 'Topic :: Software Development :: Libraries :: Python Modules', 'Operating System :: Unix', 'Programming Language :: Python :: 3', - '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