diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0554bf3..ffeb4c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.7, 3.8, 3.9] + python-version: ["3.10", "3.11", "3.12"] steps: - name: Checkout repo diff --git a/setup.cfg b/setup.cfg index 0c70132..b12d2a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,10 +30,10 @@ platforms = OS Independent [options] setup_requires = setuptools_scm -python_requires = >=3.6 +python_requires = >=3.10 install_requires = copt==0.9.1 - numpy==1.21.5 + numpy>=1.21.5 scikit-learn>=1.0.0 scipy scikit-optimize==0.9.0 @@ -62,7 +62,7 @@ maint = rapidfuzz fda = scikit-fda>=0.5 - numba==0.53 + numba>=0.53 all = %(fda)s