Skip to content

Commit a336d10

Browse files
python 3.13 as defaukt
1 parent 5492ffc commit a336d10

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 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.33.3"
10+
version = "0.33.4"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2223
"Operating System :: OS Independent",
2324
]
2425
# PEP 621 dependencies declaration
@@ -78,7 +79,7 @@ where = ["src"]
7879

7980
[tool.black]
8081
line-length = 200
81-
target-version = ["py312"]
82+
target-version = ["py313"]
8283

8384
[tool.pytest.ini_options]
8485
addopts = [

0 commit comments

Comments
 (0)