Skip to content

Commit

Permalink
Drop Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
czender committed Nov 25, 2023
1 parent 3b3f5f0 commit de9ab60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
10 changes: 0 additions & 10 deletions ci/requirements-3.7.yml

This file was deleted.

4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project_urls =

[options]
packages = find:
python_requires = >=3.7
python_requires = >=3.8
install_requires =
numpy
packaging
Expand All @@ -39,7 +39,6 @@ requires =
tox-conda

envlist =
py37
py38
py39
py310
Expand All @@ -49,7 +48,6 @@ isolated_build = true

[testenv]
conda_env =
py37: ci/requirements-3.7.yml
py38: ci/requirements-3.8.yml
py39: ci/requirements-3.9.yml
py310: ci/requirements-3.10.yml
Expand Down

0 comments on commit de9ab60

Please sign in to comment.