Skip to content

Commit

Permalink
pyproject.toml: downgrade python from 3.12 to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iacopy committed Nov 2, 2023
1 parent deefec4 commit 090d024
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 @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.9"
Flask = "^3.0.0" # Just an example

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 090d024

Please sign in to comment.