Skip to content

Commit c5dfef6

Browse files
0.15.3
py312
1 parent acb5346 commit c5dfef6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "spotpython"
10-
version = "0.15.2"
10+
version = "0.15.3"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]
@@ -18,12 +18,13 @@ requires-python = ">=3.10"
1818
classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
2122
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
2223
"Operating System :: OS Independent",
2324
]
2425
# PEP 621 dependencies declaration
25-
# adapt to your dependencies manager
2626
dependencies = [
27+
"build",
2728
"captum",
2829
"lightning>=2.0.0rc0",
2930
"graphviz",
@@ -70,7 +71,7 @@ where = ["src"]
7071

7172
[tool.black]
7273
line-length = 120
73-
target-version = ["py311"]
74+
target-version = ["py312"]
7475

7576
[tool.pytest.ini_options]
7677
addopts = [

0 commit comments

Comments
 (0)