Skip to content

Commit

Permalink
hotfix(python_version): Fixed python minimal required version (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha authored Jul 25, 2024
1 parent 08c7090 commit 9ed7781
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 242 deletions.
70 changes: 17 additions & 53 deletions checkpointer/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion checkpointer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [{ include = "checkpointer" }]
scheduler = 'checkpointer.main:cli_entrypoint'

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.11,<3.13"
pragma-sdk = { path = "../pragma-sdk", develop = true }
pragma-utils = { path = "../pragma-utils", develop = true }
click = "^8.1.0"
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 10 additions & 46 deletions pragma-sdk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pragma-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = ["tests/*", "tests/**/*_test.py"]
packages = [{ include = "pragma_sdk" }]

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.11,<3.13"
"starknet.py" = "0.23.0"
typer = "0.6.1"
deprecated = "^1.2.14"
Expand Down
Loading

0 comments on commit 9ed7781

Please sign in to comment.