Skip to content

Commit 1dccef5

Browse files
committed
reversed python to 3.10 instead of 3.11
Signed-off-by: Jenkins, Kenneth Alexander <[email protected]>
1 parent c0affa7 commit 1dccef5

File tree

2 files changed

+914
-99
lines changed

2 files changed

+914
-99
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
]
1818
description = "mellea is a library for writing generative programs"
1919
readme = "README.md"
20-
requires-python = ">=3.11"
20+
requires-python = ">=3.10"
2121
classifiers = [
2222
"Programming Language :: Python :: 3",
2323
"License :: OSI Approved :: Apache Software License",
@@ -69,7 +69,7 @@ docling = [
6969
]
7070

7171
beeai = [
72-
"beeai-framework>=0.1.0",
72+
"beeai-framework>=0.1.0; python_version>='3.11'",
7373
]
7474

7575
all = ["mellea[watsonx,docling,hf,beeai]"]
@@ -101,7 +101,7 @@ docs = [
101101
]
102102

103103
[tool.ruff]
104-
target-version = "py311"
104+
target-version = "py310"
105105
respect-gitignore = true
106106

107107
[tool.ruff.format]
@@ -164,7 +164,7 @@ skip = 'requirements.txt,uv.lock'
164164

165165
[tool.mypy]
166166
disable_error_code = ["empty-body", "import-untyped", "import-not-found", "arg-type", "attr-defined", "return-value", "annotation-unchecked"]
167-
python_version = "3.11"
167+
python_version = "3.10"
168168

169169
[tool.pytest.ini_options]
170170
markers = [

0 commit comments

Comments
 (0)