Skip to content

Commit c247771

Browse files
author
Kyle van de Langemheen
committed
fix: bump python version as 3.10 is not supported
1 parent 26ca813 commit c247771

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "sme_kt_zh_collaboration_forecasting"
77

88
description = ""
99
readme = "README.md"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.11"
1111
dependencies = [
1212
"autogluon>=1.5.0",
1313
"dotenv>=0.9.9",
@@ -33,7 +33,7 @@ dynamic = ["version"]
3333
version = {attr = "sme_kt_zh_collaboration_forecasting.__version__"}
3434

3535
[tool.ruff]
36-
target-version = "py310"
36+
target-version = "py311"
3737
line-length = 88
3838

3939
[tool.ruff.lint]

0 commit comments

Comments
 (0)