Skip to content

Commit 0909d46

Browse files
committed
Fix python version
1 parent ab11005 commit 0909d46

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/firefly-cpp/NiaAML-GUI"
1010
readme = "README.md"
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.10,<3.13"
13+
python = ">=3.10,<3.14"
1414
niapy = "^2.5.2"
1515
QtAwesome = "^1.2.3"
1616
niaaml = "^2.1.2"

0 commit comments

Comments
 (0)