Skip to content

Commit

Permalink
drop python=3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinjalali committed Jan 21, 2025
1 parent f45186d commit 3148785
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ classifiers = [
"Operating System :: Unix",
"Operating System :: MacOS",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand All @@ -37,7 +36,7 @@ classifiers = [
]
license = {file = "LICENSE"}
dependencies = [
"scikit-learn>=1.2",
"scikit-learn>=1.3",
"huggingface-hub>=0.17.0",
"tabulate>=0.8.8",
"packaging>=17.0",
Expand All @@ -55,7 +54,7 @@ Changelog = "https://skops.readthedocs.io/en/stable/changes.html"

[tool.black]
line-length = 88
target_version = ['py38', 'py39', 'py310', 'py311']
target_version = ['py310', 'py311', 'py312', 'py313']
preview = true

[tool.ruff]
Expand Down

0 comments on commit 3148785

Please sign in to comment.