Skip to content

Commit db7c1c8

Browse files
committed
Downgrade the python version in our pyproject.tomls to be just 3.8
1 parent 27ab836 commit db7c1c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/example-pytest-selfie/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Selina Delgado <[email protected]>","Harvir Sahota <hsahota2312@
66
license = "Apache-2.0"
77

88
[tool.poetry.dependencies]
9-
python = "^3.12"
9+
python = "^3.8"
1010
openai = "^1.0.0"
1111

1212
[tool.poetry.group.dev.dependencies]

python/pytest-selfie/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "^3.12"
10+
python = "^3.8"
1111
pytest = "^8.0.0"
1212
selfie-lib = { path = "../selfie-lib", develop = true }
1313

python/selfie-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "^3.12"
10+
python = "^3.8"
1111

1212
[tool.poetry.group.dev.dependencies]
1313
ruff = "^0.4.0"

0 commit comments

Comments
 (0)