Skip to content

Commit 0498991

Browse files
authored
Merge pull request #22 from LinearBoost/v.0.1.8
Removed Python v3.8 for security reasons
2 parents 74f54ec + 4cdac4f commit 0498991

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ classifiers = [
2121
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2222
"Topic :: Scientific/Engineering :: Information Analysis",
2323
"Topic :: Software Development :: Libraries :: Python Modules",
24-
"Programming Language :: Python :: 3.8",
25-
"Programming Language :: Python :: 3.9",
2624
"Programming Language :: Python :: 3.10",
2725
"Programming Language :: Python :: 3.11",
2826
"Programming Language :: Python :: 3.12",
2927
"Programming Language :: Python :: 3.13",
3028
]
31-
requires-python = ">=3.8,<3.14"
29+
requires-python = ">=3.10,<3.14"
3230
dependencies = [
3331
"scikit-learn>=1.2.2",
3432
"typing-extensions>=4.1.0; python_full_version < '3.11'"
@@ -40,6 +38,7 @@ dev = [
4038
"pre-commit>=3.5.0",
4139
"pytest>=7.0.0",
4240
"ruff>=0.9.2",
41+
"filelock>=3.20.1", # <-- ADD THIS LINE
4342
]
4443

4544
[project.urls]

0 commit comments

Comments
 (0)