Skip to content

Commit

Permalink
fix: relax Python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Oct 15, 2024
1 parent 447d9f1 commit ea7c8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/ai4os/ai4-api-keys"
ai4-api-keys = "ai4_api_keys.cli:app"

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.10"
cryptography = "^43.0.1"
typer = "^0.12.5"

Expand Down

0 comments on commit ea7c8c5

Please sign in to comment.