Skip to content

Commit

Permalink
drop Python 3.7 and add 3.12 in tox and setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilten committed Mar 11, 2024
1 parent 76e3027 commit 9815763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -15,16 +15,16 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
package_dir =
=src
packages = find:
python_requires = >=3.7
python_requires = >=3.8
install_requires =
ipywidgets
numpy
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -4,12 +4,11 @@
# and then run "tox" from this directory.

[tox]
envlist = py37,py38,py39,py310,py311,py312,pre-commit,testnb
envlist = py38,py39,py310,py311,py312,pre-commit,testnb
isolated_build = True

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39,pre-commit,testnb
3.10: py310
Expand Down

0 comments on commit 9815763

Please sign in to comment.