Skip to content

Commit 3e1e2c5

Browse files
authored
pyproject.toml: tool.ruff.target-version = "py314"
1 parent 1ae6344 commit 3e1e2c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "thealgorithms-python"
33
version = "0.0.1"
44
description = "TheAlgorithms in Python"
55
authors = [ { name = "TheAlgorithms Contributors" } ]
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.14"
77
classifiers = [
88
"Programming Language :: Python :: 3 :: Only",
9-
"Programming Language :: Python :: 3.13",
9+
"Programming Language :: Python :: 3.14",
1010
]
1111
dependencies = [
1212
"beautifulsoup4>=4.12.3",
@@ -48,7 +48,7 @@ euler-validate = [
4848
]
4949

5050
[tool.ruff]
51-
target-version = "py313"
51+
target-version = "py314"
5252

5353
output-format = "full"
5454
lint.select = [

0 commit comments

Comments
 (0)