Skip to content

Commit 9815763

Browse files
committed
drop Python 3.7 and add 3.12 in tox and setup.cfg
1 parent 76e3027 commit 9815763

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ classifiers =
1515
Operating System :: OS Independent
1616
Programming Language :: Python :: 3
1717
Programming Language :: Python :: 3 :: Only
18-
Programming Language :: Python :: 3.7
1918
Programming Language :: Python :: 3.8
2019
Programming Language :: Python :: 3.9
2120
Programming Language :: Python :: 3.10
2221
Programming Language :: Python :: 3.11
22+
Programming Language :: Python :: 3.12
2323
[options]
2424
package_dir =
2525
=src
2626
packages = find:
27-
python_requires = >=3.7
27+
python_requires = >=3.8
2828
install_requires =
2929
ipywidgets
3030
numpy

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py37,py38,py39,py310,py311,py312,pre-commit,testnb
7+
envlist = py38,py39,py310,py311,py312,pre-commit,testnb
88
isolated_build = True
99

1010
[gh-actions]
1111
python =
12-
3.7: py37
1312
3.8: py38
1413
3.9: py39,pre-commit,testnb
1514
3.10: py310

0 commit comments

Comments
 (0)