diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7f0218a..2a027b8d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - python: [3.7, 3.8, 3.9, '3.10', 3.11] + python: [3.8, 3.9, '3.10', 3.11] env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python }} diff --git a/setup.cfg b/setup.cfg index dc1c0481..d36c8451 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,12 +19,12 @@ url = https://github.com/makepath/xarray-spatial [options] include_package_data = True install_requires = - datashader + datashader >= 0.15.0 numba xarray - numpy <= 1.23.4 + numpy packages = find: -python_requires = >=3.7 +python_requires = >=3.8 setup_requires = setuptools_scm zip_safe = False