Skip to content

Commit 18a1c14

Browse files
fix(deps): update python to >=3.13,<3.14
1 parent d8aae61 commit 18a1c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exclude = ["docs/", "tools/", "spectrafit/test/", "spectrafit/**/test/"]
4343

4444

4545
[tool.poetry.dependencies]
46-
python = ">=3.8,<3.12"
46+
python = ">=3.13,<3.14"
4747
lmfit = "^1.2.2"
4848
pandas = [
4949
{ version = "<2.2.1", markers = "python_version < '3.9'" },

0 commit comments

Comments
 (0)