Skip to content

Commit

Permalink
Upgrades Python support based on https://scientific-python.org/specs/…
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Jan 14, 2024
1 parent 030cc51 commit bf0f2ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -62,7 +62,7 @@ maint =
rapidfuzz
fda =
scikit-fda>=0.5
numba==0.53
numba>=0.53

all =
%(fda)s
Expand Down

0 comments on commit bf0f2ca

Please sign in to comment.