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 58d66cc commit 88c2c09Copy full SHA for 88c2c09
pyproject.toml
@@ -6,7 +6,7 @@ readme = "README.md"
6
authors = [ {name = "Vector AI Engineering", email = "[email protected]"}]
7
license = "Apache-2.0"
8
repository = "https://github.com/VectorInstitute/reference-implementation-catalog"
9
-requires-python = ">=3.10"
+requires-python = ">=3.12"
10
dependencies = []
11
12
[dependency-groups]
@@ -19,6 +19,7 @@ docs = [
19
dev = [
20
"pre-commit>=4.1.0",
21
"ruff>=0.9.2",
22
+ "pip-audit>=2.7.3",
23
]
24
25
[tool.ruff]
0 commit comments