Skip to content

Commit b273cb6

Browse files
committed
shift python version support
1 parent f00e751 commit b273cb6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ authors = [
1212
]
1313
description = "Eurybia monitor model drift over time and securize model deployment with data validation"
1414
readme = "README.md"
15-
requires-python = ">=3.9"
15+
requires-python = ">=3.10"
1616
license = {text = "Apache Software License 2.0"}
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
19-
"Programming Language :: Python :: 3.9",
2019
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",
2221
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2323
"License :: OSI Approved :: Apache Software License",
2424
"Operating System :: OS Independent",
2525
]
@@ -35,12 +35,9 @@ dependencies = [
3535
]
3636

3737
[project.optional-dependencies] # Optional
38-
all = ["eurybia[dev, test, mypy, ruff]"]
38+
all = ["eurybia[dev, test]"]
3939
dev = ["pre-commit", "mypy", "ruff"]
4040
test = ["pytest", "pytest-cov"]
41-
mypy = ["mypy"]
42-
ruff = ["ruff"]
43-
4441

4542
[tool.setuptools]
4643
package-dir = {"" = "."}

0 commit comments

Comments
 (0)