diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16cbdd80..8c16df4b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - name: Checkout repo diff --git a/requirements.txt b/requirements.txt index 14f20e0d..82a7ff03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ numpy +numpy >= 1.26.0b1; python_version >= '3.12rc1' cython scipy matplotlib