We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5492ffc commit a336d10Copy full SHA for a336d10
1 file changed
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "spotpython"
10
-version = "0.33.3"
+version = "0.33.4"
11
authors = [
12
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
13
]
@@ -19,6 +19,7 @@ classifiers = [
19
"Programming Language :: Python :: 3.10",
20
"Programming Language :: Python :: 3.11",
21
"Programming Language :: Python :: 3.12",
22
+ "Programming Language :: Python :: 3.13",
23
"Operating System :: OS Independent",
24
25
# PEP 621 dependencies declaration
@@ -78,7 +79,7 @@ where = ["src"]
78
79
80
[tool.black]
81
line-length = 200
-target-version = ["py312"]
82
+target-version = ["py313"]
83
84
[tool.pytest.ini_options]
85
addopts = [
0 commit comments