diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0e67ad79a..4a4249e8eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: python-version: ['3.10', '3.11'] - numpy-version: ['1.24', '1.26', '2.0.0rc1'] + numpy-version: ['1.24', '1.26', '2.0'] dependency-set: ["minimal", "optional"] steps: diff --git a/pyproject.toml b/pyproject.toml index 96a884b737..d1488c054d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,13 +124,13 @@ extra-dependencies = [ features = ["extra"] [[tool.hatch.envs.test.matrix]] -python = ["3.10", "3.11"] -numpy = ["1.24", "1.26", "2.0.0rc1"] +python = ["3.10", "3.11", "3.12"] +numpy = ["1.24", "1.26", "2.0"] version = ["minimal"] [[tool.hatch.envs.test.matrix]] -python = ["3.10", "3.11"] -numpy = ["1.24", "1.26", "2.0.0rc1"] +python = ["3.10", "3.11", "3.12"] +numpy = ["1.24", "1.26", "2.0"] features = ["optional"] [tool.hatch.envs.test.scripts]