We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae6344 commit 3e1e2c5Copy full SHA for 3e1e2c5
pyproject.toml
@@ -3,10 +3,10 @@ name = "thealgorithms-python"
3
version = "0.0.1"
4
description = "TheAlgorithms in Python"
5
authors = [ { name = "TheAlgorithms Contributors" } ]
6
-requires-python = ">=3.13"
+requires-python = ">=3.14"
7
classifiers = [
8
"Programming Language :: Python :: 3 :: Only",
9
- "Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
10
]
11
dependencies = [
12
"beautifulsoup4>=4.12.3",
@@ -48,7 +48,7 @@ euler-validate = [
48
49
50
[tool.ruff]
51
-target-version = "py313"
+target-version = "py314"
52
53
output-format = "full"
54
lint.select = [
0 commit comments